1
0
mirror of https://github.com/marcan/takeover.sh.git synced 2020-11-18 19:38:40 -08:00

Bail out if fakeinit is missing

This commit is contained in:
Hector Martin 2017-02-11 04:59:06 +09:00
parent ca1e75afc2
commit 4d602a919c

View File

@ -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"