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:
parent
ca1e75afc2
commit
4d602a919c
@ -9,6 +9,7 @@ cd "$TO"
|
|||||||
|
|
||||||
if [ ! -e fakeinit ]; then
|
if [ ! -e fakeinit ]; then
|
||||||
./busybox echo "Please compile fakeinit.c first"
|
./busybox echo "Please compile fakeinit.c first"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./busybox echo "Please set a root password for sshd"
|
./busybox echo "Please set a root password for sshd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user