mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 10:58:28 +00:00
Merge pull request #386 from klightspeed/1.5-dev#fix-9c3597-acf
Fix the path to appworkshop_appid.acf
This commit is contained in:
commit
c1927e4feb
@ -1156,7 +1156,7 @@ doDownloadMod(){
|
||||
local moddldir="$steamcmdroot/steamapps/workshop/downloads/$mod_appid/$modid"
|
||||
local dlsize=0
|
||||
cd "$steamcmdroot"
|
||||
rm "$steamcmdroot/workshop/appworkshop_${mod_appid}.acf" 2>/dev/null
|
||||
rm "$steamcmdroot/steamapps/workshop/appworkshop_${mod_appid}.acf" 2>/dev/null
|
||||
|
||||
while true; do
|
||||
echo -n "Downloading mod $modid"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user