Warn user to use at own risk if busybox is not installed on the device.

This commit is contained in:
2014-10-04 21:16:53 -04:00
parent 98214800f1
commit a39b2e5551

View File

@@ -54,7 +54,7 @@ clean()
# Check for busybox
if [ -z $busybox ]; then
clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!"
clear; pout "Busybox is NOT installed!\nThis may cause issues with the script!\nUse at your own risk or install busybox!"; sleep 3
fi
usage()