mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
services: stop menu removing services on ESC
This commit is contained in:
parent
0aa9649c28
commit
fa1349c7e4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue