mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
services: stop menu removing services on ESC
This commit is contained in:
parent
0aa9649c28
commit
fa1349c7e4
@ -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…
x
Reference in New Issue
Block a user