From 299b24a867612369021a13ad87820a6c76e3fa91 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 5 Sep 2022 17:20:14 -0400 Subject: [PATCH] Corrected directory keep file --- scripts/os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/os b/scripts/os index c3ba1b9..205410a 100755 --- a/scripts/os +++ b/scripts/os @@ -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