From eb998c6d77c7cf8d6b757d7b29e5252a6188c2e6 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Tue, 17 May 2011 14:07:27 +0200 Subject: hotfix for borken bootstrap script --- .scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3