From 0054c5730aef27c3945eeaebb2d8c0b418e4fa6e Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Wed, 3 Oct 2018 20:12:15 -0300 Subject: [PATCH] fix code style --- ubuntu/16.04/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/16.04/install.sh b/ubuntu/16.04/install.sh index 082ad1c..9b7c045 100644 --- a/ubuntu/16.04/install.sh +++ b/ubuntu/16.04/install.sh @@ -11,7 +11,7 @@ # Update our machine to the latest code if we need to. # -if [ $(id -u) -ne 0 ] ; then +if [ $(id -u) -ne 0 ]; then echo 'This script must be run with root privileges' >&2 exit 1 fi @@ -83,7 +83,7 @@ systemctl enable xrdp.service systemctl enable xrdp-sesman.service # Configure the policy xrdp session -bash -c 'cat >/etc/polkit-1/localauthority.conf.d/02-allow-colord.conf < /etc/polkit-1/localauthority.conf.d/02-allow-colord.conf <