diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 02cd3e208..531b607cd 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -101,6 +101,9 @@ echo "dialogcancel(${dialogcancel})" if [ ${dialogcancel} -eq 1 ]; then echo "user canceled" exit 1 +elif [ ${dialogcancel} -eq 255 ]; then + echo "ESC pressed" + exit 1 fi needsReboot=0