mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-29 07:44:19 +00:00
Don't return 0 here
This commit is contained in:
parent
f5abb87cb5
commit
10812a622d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user