diff --git a/src/rootfsinstall.sh b/src/rootfsinstall.sh index 0210f34..d439b78 100755 --- a/src/rootfsinstall.sh +++ b/src/rootfsinstall.sh @@ -255,7 +255,7 @@ if [ ! "${IMAGEMODE}" ]; then fi echo -[ "$ASSUMEYES" ] || { +[ "$ASSUMEYES" -o "$FROMSCRIPTS" ] || { echo -n "All current data in ${DRIVE} will be lost, do you want to proceed [y/N]?" read ans [ "$ans" = "y" -o "$ans" = "Y" ] || exit 1