1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-28 21:32:36 +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
set -o pipefail
version=3.3.17
version=3.3.18
aid=221100
game="dayz"
@ -1546,8 +1546,8 @@ main_menu(){
" Help file ⧉") help_file ;;
" Report bug ⧉") report_bug ;;
" Forum ⧉") forum ;;
" NEW: Sponsor ⧉") sponsor ;;
" NEW: Hall of fame ⧉") hof ;;
" Sponsor ⧉") sponsor ;;
" Hall of fame ⧉") hof ;;
esac
else
logger INFO "Returning from main menu"