From 4ed42fda4ded12d1d7d3141649437cd9bda7936c Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Wed, 3 Oct 2018 20:11:31 -0300 Subject: [PATCH] fix code style --- ubuntu/16.04/config-user.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu/16.04/config-user.sh b/ubuntu/16.04/config-user.sh index f0fcd09..4fce363 100644 --- a/ubuntu/16.04/config-user.sh +++ b/ubuntu/16.04/config-user.sh @@ -7,12 +7,12 @@ # Major thanks to: http://c-nergy.be/blog/?p=10752 for the tips. # -if [ ! $(id -u) ] ; then +if [ ! $(id -u) ]; then echo 'This script must be run with root privileges' >&2 exit 1 fi -bash -c "cat >~/.xsession < ~/.xsession <