Corrected directory keep file
This commit is contained in:
parent
480d69d9d9
commit
299b24a867
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ hook_pre() {
|
|||
}
|
||||
|
||||
hook_post() {
|
||||
if [[ ! -f "${restoreDir}/.keep" ]]; then
|
||||
if [[ ! -f "${restoreDir}/.do-not-delete" ]]; then
|
||||
rm -rf "$restoreDir"
|
||||
fi
|
||||
runOsHook after_backup
|
||||
|
|
Loading…
Reference in a new issue