mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
Fix typo
This commit is contained in:
parent
4b79fc99ab
commit
4e9ba08a0e
1 changed files with 2 additions and 1 deletions
3
dzgui.sh
3
dzgui.sh
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -o pipefail
|
||||
version=2.4.2-rc.4
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
workshop="steam://url/CommunityFilePage/"
|
||||
|
@ -183,7 +184,7 @@ guess_path(){
|
|||
if [[ ! $path -eq 0 ]]; then
|
||||
steam_path="$HOME/.local/share/Steam"
|
||||
else
|
||||
echo "# Searching for alternate DayZ path (make take some time)"
|
||||
echo "# Searching for alternate DayZ path (may take some time)"
|
||||
path=$(find / -path "*/steamapps/common/DayZ" 2>/dev/null)
|
||||
if [[ $(echo "$path" | wc -l) -gt 1 ]]; then
|
||||
path_sel=$(echo -e "$path" | zenity --list --title="DZGUI" --text="Multiple paths found. Select correct DayZ path" --column="Paths" --width 1200 --height 800)
|
||||
|
|
Loading…
Reference in a new issue