Commit 0a1d5c1e authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Exit on cancel and ESC

parent 90b8b73d
......@@ -873,7 +873,7 @@ while true; do
exit_status=$?
exec 3>&-
case $exit_status in
$DIALOG_ESC)
$DIALOG_ESC | $DIALOG_CANCEL)
clear
exit 1
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment