diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-17 14:07:27 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-17 14:07:27 +0200 |
commit | 3de4323b3335ff66899f5a592b76ed83571a42f4 (patch) | |
tree | 376517f2733646c664971aea65d033125cfe861f /hosts/.scripts | |
parent | 05518f5ee61f1d97a2829f47b13a01f7806ce47f (diff) |
hotfix for borken bootstrap script
Diffstat (limited to 'hosts/.scripts')
-rw-r--r-- | hosts/.scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/.scripts/bootstrap.sh b/hosts/.scripts/bootstrap.sh index 50356ac1..8deddfd4 100644 --- a/hosts/.scripts/bootstrap.sh +++ b/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 |