mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Fix typo with mod persistent storage
Directory is `SaveGames`, not `SavedGames`
This commit is contained in:
parent
e5321d4a5f
commit
3b7709e17c
@ -3021,9 +3021,9 @@ doBackup(){
|
||||
fi
|
||||
done
|
||||
|
||||
if [ -d "${saverootdir}/SavedGames" ]; then
|
||||
if [ -d "${saverootdir}/SaveGames" ]; then
|
||||
echo -e "${NORMAL} Copying mod persistent info "
|
||||
cp -av "${saverootdir}/SavedGames" "${backupdir}/SavedGames"
|
||||
cp -av "${saverootdir}/SaveGames" "${backupdir}/SaveGames"
|
||||
fi
|
||||
|
||||
# ARK server uses Lock-Truncate-Write-Unlock
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user