This commit is contained in:
akrauze 2020-04-26 23:43:30 +00:00
parent 996248b10c
commit 47319fccc0

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
}