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
|
#!/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"
|
||||||
|
|
Loading…
Reference in a new issue