diff options
Diffstat (limited to 'retiolum/hosts/.scripts/bootstrap.sh')
-rw-r--r-- | retiolum/hosts/.scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/hosts/.scripts/bootstrap.sh b/retiolum/hosts/.scripts/bootstrap.sh index 50356ac1..8deddfd4 100644 --- a/retiolum/hosts/.scripts/bootstrap.sh +++ b/retiolum/hosts/.scripts/bootstrap.sh @@ -1,4 +1,4 @@ -if [ `id -u` -eq "0" ] +if [ ! `id -u` -eq "0" ] then echo "not root, bailing out" exit 1 |