minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-03-09 15:04:49 +03:00
parent 79e6fe4eb4
commit 786feb8def

View File

@ -142,6 +142,7 @@ while true ; do
BASE=$__BASE BASE=$__BASE
if [[ $INTERACTIVE || ! $DRIVE ]] ; then if [[ $INTERACTIVE || ! $DRIVE ]] ; then
INTERACTIVE=1 INTERACTIVE=1
echo
echo "Select/toggle an option:" echo "Select/toggle an option:"
if [ -z $MULTI_STARTED ] ; then if [ -z $MULTI_STARTED ] ; then
if [[ $MULTI ]] ; then if [[ $MULTI ]] ; then
@ -229,6 +230,7 @@ while true ; do
DRIVE=$RES DRIVE=$RES
;; ;;
esac esac
echo
fi fi
# explicit path given... # explicit path given...