diff options
author | makefu <github@syntax-fehler.de> | 2013-06-07 00:46:36 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-06-07 00:46:36 +0200 |
commit | 83baf76c734a5c9471fd9ab4dd90c952aba4e6a0 (patch) | |
tree | f2c429cb79f7f3937e43130a50241a2e7c81950b /infest/bootstrap.sh | |
parent | b0273180da89e11cd6a7346ed1a72e9f17fbf230 (diff) | |
parent | 5a428d4646b73f16b890f6c089a67dbc710df533 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'infest/bootstrap.sh')
-rw-r--r-- | infest/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infest/bootstrap.sh b/infest/bootstrap.sh index 66a1cfdd..5d85c769 100644 --- a/infest/bootstrap.sh +++ b/infest/bootstrap.sh @@ -2,7 +2,7 @@ set -euf # Can be overwritten before install KREBSDIR=${KREBSDIR:-/krebs} -[ "`id -u`" -eq "0" ] || { echo "you need to be root!"; exit 1;} || exit 1 +[ "`id -u`" -eq "0" ] || echo "not running as root, stuff may not work. change KREBSDIR env to bootstrap somewhere else!"; # brute force install git, krebs style |