1 Commits
1.5 ... 1.6

Author SHA1 Message Date
a3c476ca20 clear screen on cancel 2024-04-28 21:42:52 +02:00

1
s3h.sh
View File

@ -67,6 +67,7 @@ while [[ -z "$configFile" ]]; do
# run dialog # run dialog
ret=$("$DIALOG" --no-tags --stdout --menu "select connection" 0 0 0 ${para[@]} 2>&1) ret=$("$DIALOG" --no-tags --stdout --menu "select connection" 0 0 0 ${para[@]} 2>&1)
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
clear
exit 1 exit 1
fi fi