Browse Source

tabs and line jump

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
b8fc80443e
  1. 3
      lgsm/functions/command_mods_remove.sh

3
lgsm/functions/command_mods_remove.sh

@ -36,7 +36,8 @@ fn_mods_remove_init(){
echo -e " * \e[36m$(sed "${installedmodsline}q;d" "${modslockfilefullpath}")\e[0m"
let installedmodsline=installedmodsline+1
done
sleep 2
echo ""
sleep 1
# Keep prompting as long as the user input doesn't correspond to an available mod
while [[ ! " ${availablemodsremove[@]} " =~ " ${usermodselect} " ]]; do

Loading…
Cancel
Save