1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-29 13:52:03 +01:00

fix: strings in switch statement

This commit is contained in:
aclist 2023-11-03 00:08:05 +09:00
parent 2368544dc1
commit 44835dd2b0

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version=3.3.17 version=3.3.18
aid=221100 aid=221100
game="dayz" game="dayz"
@ -1546,8 +1546,8 @@ main_menu(){
" Help file ⧉") help_file ;; " Help file ⧉") help_file ;;
" Report bug ⧉") report_bug ;; " Report bug ⧉") report_bug ;;
" Forum ⧉") forum ;; " Forum ⧉") forum ;;
" NEW: Sponsor ⧉") sponsor ;; " Sponsor ⧉") sponsor ;;
" NEW: Hall of fame ⧉") hof ;; " Hall of fame ⧉") hof ;;
esac esac
else else
logger INFO "Returning from main menu" logger INFO "Returning from main menu"