mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 03:38:27 +00:00
FIx the path of txt files excluded from staging
This commit is contained in:
parent
7ee86da8c2
commit
9f188a5ea1
@ -1706,7 +1706,7 @@ doUpdate() {
|
||||
rm -rf "$arkStagingDir/ShooterGame/Saved/"*
|
||||
rm -rf "$arkStagingDir/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps"
|
||||
fi
|
||||
rm -f "$arkStagingDir/Binaries/Linux/"*.txt
|
||||
rm -f "$arkStagingDir/ShooterGame/Binaries/Linux/"*.txt
|
||||
|
||||
if [ -z "$nodownload" ]; then
|
||||
echo -n "Downloading ARK update"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user