mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 07:48:28 +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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -d "${saverootdir}/SavedGames" ]; then
|
if [ -d "${saverootdir}/SaveGames" ]; then
|
||||||
echo -e "${NORMAL} Copying mod persistent info "
|
echo -e "${NORMAL} Copying mod persistent info "
|
||||||
cp -av "${saverootdir}/SavedGames" "${backupdir}/SavedGames"
|
cp -av "${saverootdir}/SaveGames" "${backupdir}/SaveGames"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ARK server uses Lock-Truncate-Write-Unlock
|
# ARK server uses Lock-Truncate-Write-Unlock
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user