mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-22 14:48:26 +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)
|
done)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${arkPostBsckupCommand}" ] && [ -f "${backupfile}" ]; then
|
if [ -n "${arkBackupPostCommand}" ] && [ -f "${backupfile}" ]; then
|
||||||
eval " ${arkPostBsckupCommand}"
|
eval " ${arkBackupPostCommand}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user