rootfsinstall.sh: fix for resume from script option
This commit is contained in:
parent
bffa688557
commit
cb0151c061
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user