This commit is contained in:
t3chn0m4g3 2022-01-06 16:45:51 +00:00
parent 467dfae320
commit 202246a3cd

View file

@ -29,7 +29,7 @@ for i in $myYMLS;
do do
myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) " myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) "
done done
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 14 50 5 $myITEMS 3>&1 1>&2 2>&3 3>&-) myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 17 50 5 $myITEMS 3>&1 1>&2 2>&3 3>&-)
if [ "$myEDITION" == "" ]; if [ "$myEDITION" == "" ];
then then
echo "Have a nice day!" echo "Have a nice day!"