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 <