Merge pull request #1191 from oltitov/master

fixed arkAutoUpdateOnStart => arkbackupcompress
This commit is contained in:
Ben Peddell 2021-07-16 20:42:57 +10:00 committed by GitHub
commit 178c54a688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3174,7 +3174,7 @@ doBackup(){
echo -ne "${NORMAL} Compressing Backup "
backupfile="${arkbackupdir}/${daystamp}/${instance}.${datestamp}.tar.bz2"
if [ "$arkAutoUpdateOnStart" == "false" ]; then
if [ "$arkbackupcompress" == "false" ]; then
tar -cf "${backupfile}" -C "${arkbackupdir}" "${datestamp}"
else
tar -jcf "${backupfile}" -C "${arkbackupdir}" "${datestamp}"