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:
parent
2368544dc1
commit
44835dd2b0
1 changed files with 3 additions and 3 deletions
6
dzgui.sh
6
dzgui.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue