mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02: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
|
set -o pipefail
|
||||||
version=2.4.2-rc.4
|
version=2.4.2-rc.4
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
workshop="steam://url/CommunityFilePage/"
|
workshop="steam://url/CommunityFilePage/"
|
||||||
|
@ -183,7 +184,7 @@ guess_path(){
|
||||||
if [[ ! $path -eq 0 ]]; then
|
if [[ ! $path -eq 0 ]]; then
|
||||||
steam_path="$HOME/.local/share/Steam"
|
steam_path="$HOME/.local/share/Steam"
|
||||||
else
|
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)
|
path=$(find / -path "*/steamapps/common/DayZ" 2>/dev/null)
|
||||||
if [[ $(echo "$path" | wc -l) -gt 1 ]]; then
|
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)
|
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