mirror of
https://github.com/marcan/takeover.sh
synced 2025-08-20 21:33:49 -07:00
Bail out if fakeinit is missing
This commit is contained in:
parent
ca1e75afc2
commit
4d602a919c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue