mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
fix: typo
This commit is contained in:
parent
ba19749979
commit
f689f24c15
4
dzgui.sh
4
dzgui.sh
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail
|
||||
version=4.0.0-rc.4
|
||||
version=4.0.0-rc.5
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
@ -2058,7 +2058,7 @@ main(){
|
||||
lock
|
||||
local zenv=$(zenity --version 2>/dev/null)
|
||||
[[ -z $zenv ]] && { echo "Failed to find zenity"; logger "Missing zenity"; exit 1; }
|
||||
rnitial_setup > >(pdialog)
|
||||
initial_setup > >(pdialog)
|
||||
main_menu
|
||||
#TODO: tech debt: cruddy handling for steam forking
|
||||
[[ $? -eq 1 ]] && pkill -f dzgui.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user