add end dialog on setup leaving

This commit is contained in:
Tobias Powalowski 2023-06-15 21:39:30 +02:00
parent a898d73fb6
commit dea29605e0

View file

@ -339,7 +339,7 @@ _mainmenu() {
exit 0 exit 0
elif [[ "${_ANSWER}" == "2" ]]; then elif [[ "${_ANSWER}" == "2" ]]; then
reboot reboot
elif "[[ ${_ANSWER}" == "3" ]]; then elif [[ "${_ANSWER}" == "3" ]]; then
poweroff poweroff
fi fi
;; ;;