diff options
Diffstat (limited to '.scripts')
-rw-r--r-- | .scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/bootstrap.sh b/.scripts/bootstrap.sh index 50356ac1..8deddfd4 100644 --- a/.scripts/bootstrap.sh +++ b/.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 |