diff --git a/takeover.sh b/takeover.sh index 167a91a..2c8ea32 100755 --- a/takeover.sh +++ b/takeover.sh @@ -9,6 +9,7 @@ cd "$TO" if [ ! -e fakeinit ]; then ./busybox echo "Please compile fakeinit.c first" + exit 1 fi ./busybox echo "Please set a root password for sshd"