Merge branch 'usb-scan_fix' of https://github.com/tlaurion/heads

This commit is contained in:
Trammell Hudson 2018-11-07 16:38:51 -05:00
commit 6eb214a3f1
Failed to extract signature

View File

@ -26,7 +26,7 @@ get_menu_option() {
n=`expr $n + 1`
option=$(echo $option | tr " " "_")
MENU_OPTIONS="$MENU_OPTIONS $n ${option}"
done < $TMP_MENU_FILE
done < /tmp/iso_menu.txt
whiptail --clear --title "Select your ISO boot option" \
--menu "Choose the ISO boot option [1-$n, s for standard boot, a to abort]:" 20 120 8 \