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 | eb998c6d77c7cf8d6b757d7b29e5252a6188c2e6 (patch) | |
| tree | a943079b52725cc31810ac0e50aaf2c257d9f937 | |
| parent | 7ece67c269dc88453b2cd41ad9e52068b1d9d009 (diff) | |
hotfix for borken bootstrap script
| -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 |
