Bail out if fakeinit is missing

This commit is contained in:
Hector Martin 2017-02-11 04:59:06 +09:00
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"