Don't return 0 here

This commit is contained in:
the-sane 2022-10-21 23:44:08 -04:00
parent f5abb87cb5
commit 10812a622d

View File

@ -277,7 +277,6 @@ message() {
clear clear
printf "\n$2\n\n" printf "\n$2\n\n"
read -n 1 -s -p "Press any key..." read -n 1 -s -p "Press any key..."
return 0
;; ;;
"question") "question")
# question # question