#1138 remove PRESS ENTER

This commit is contained in:
rootzoll
2020-04-26 22:03:00 +02:00
parent de547fcbf5
commit 523216d289

View File

@@ -154,8 +154,6 @@ patch()
whiptail --title "ERROR" --msgbox "${error}" 8 30 whiptail --title "ERROR" --msgbox "${error}" 8 30
fi fi
fi fi
echo "PRESS ENTER to return to PATCH MENU."
read key
patch patch
exit 1 exit 1
;; ;;
@@ -173,8 +171,6 @@ patch()
whiptail --title "ERROR" --msgbox "${error}" 8 30 whiptail --title "ERROR" --msgbox "${error}" 8 30
fi fi
fi fi
echo "PRESS ENTER to return to PATCH MENU."
read key
patch patch
exit 1 exit 1
;; ;;