mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 12:08:26 +00:00
fixing #1088
This commit is contained in:
parent
996248b10c
commit
47319fccc0
@ -3080,8 +3080,8 @@ doBackup(){
|
||||
done)
|
||||
fi
|
||||
|
||||
if [ -n "${arkPostBsckupCommand}" ] && [ -f "${backupfile}" ]; then
|
||||
eval " ${arkPostBsckupCommand}"
|
||||
if [ -n "${arkBackupPostCommand}" ] && [ -f "${backupfile}" ]; then
|
||||
eval " ${arkBackupPostCommand}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user