From 202246a3cdada1c8194094908301583c9a9de732 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 6 Jan 2022 16:45:51 +0000 Subject: [PATCH] tweaking --- bin/tped.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tped.sh b/bin/tped.sh index d7394be0..5577bf00 100755 --- a/bin/tped.sh +++ b/bin/tped.sh @@ -29,7 +29,7 @@ for i in $myYMLS; do myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) " 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" == "" ]; then echo "Have a nice day!"