Fix typo with mod persistent storage

Directory is `SaveGames`, not `SavedGames`
This commit is contained in:
Ben Peddell 2020-05-12 04:40:51 +10:00 committed by GitHub
parent e5321d4a5f
commit 3b7709e17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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