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
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
[ "$ASSUMEYES" ] || {
|
[ "$ASSUMEYES" -o "$FROMSCRIPTS" ] || {
|
||||||
echo -n "All current data in ${DRIVE} will be lost, do you want to proceed [y/N]?"
|
echo -n "All current data in ${DRIVE} will be lost, do you want to proceed [y/N]?"
|
||||||
read ans
|
read ans
|
||||||
[ "$ans" = "y" -o "$ans" = "Y" ] || exit 1
|
[ "$ans" = "y" -o "$ans" = "Y" ] || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user