add debug

This commit is contained in:
rootzoll 2021-08-03 21:03:10 +02:00
parent 6938f566db
commit 9cd517008f

View File

@ -115,11 +115,10 @@ CHOICES=$(dialog \
"${OPTIONS[@]}" 2>&1 >/dev/tty)
dialogcancel=$?
echo "done dialog (${CHOICE_HEIGHT})"
clear
# check if user canceled dialog
echo "dialogcancel(${dialogcancel})"
echo "dialogcancel(${dialogcancel}) (${CHOICE_HEIGHT})"
if [ ${dialogcancel} -eq 1 ]; then
echo "user canceled"
exit 0