diff --git a/build.sh b/build.sh index c9f3c88..afcaa52 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,7 @@ set -e # Requires root .. if [ "$UID" -ne 0 ]; then echo "Please run as root" + exit 1 fi CWD=$(pwd)