Merge pull request #1089 from akrauze/bugfix/#1088-arkBackupPostCommand

fixing #1088
This commit is contained in:
Ben Peddell 2020-04-27 09:53:25 +10:00 committed by GitHub
commit 00ebc5d593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3080,8 +3080,8 @@ doBackup(){
done)
fi
if [ -n "${arkPostBsckupCommand}" ] && [ -f "${backupfile}" ]; then
eval " ${arkPostBsckupCommand}"
if [ -n "${arkBackupPostCommand}" ] && [ -f "${backupfile}" ]; then
eval " ${arkBackupPostCommand}"
fi
}