From b37420cdd04e15ca0de55f7467fefb501e9c0d70 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 14:48:09 +0900 Subject: [PATCH] Set Steam Deck dir earlier --- dzgui.sh | 2 +- helpers/scmd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 904b1a3..903ffcb 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=2.8.0-rc.13 +version=2.8.0-rc.14 aid=221100 game="dayz" diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 23565b1..cfdb135 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -82,6 +82,7 @@ auto_mod_download(){ [[ -z $steam_username ]] && { fail "Username can't be empty"; continue; } [[ -n $steam_username ]] && break done + test_dir if [[ -d "$staging_dir/steamapps" ]]; then log "Sanitizing $staging_dir" if [[ $staging_dir == "/tmp" ]]; then @@ -96,7 +97,6 @@ auto_mod_download(){ tput civis [[ ${#ids[@]} -gt 1 ]] && s=s tput cnorm - test_dir log "Staging dir is $staging_dir" steamcmd_modlist > "/tmp/mods.txt" log "Preparing to download ${#ids[@]} mod$s. This may take some time. Abort with Ctrl+c."