mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
Merge pull request #1089 from akrauze/bugfix/#1088-arkBackupPostCommand
fixing #1088
This commit is contained in:
commit
00ebc5d593
@ -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