From 01b33933a8f652ae563b46ebccae37ef6f38d2ae Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 19 Sep 2018 21:48:18 -0600 Subject: [PATCH] Added warning counter variable for exit notification --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index fdabebb..0e99b2e 100755 --- a/backup.sh +++ b/backup.sh @@ -89,6 +89,7 @@ unset borgCreateParams unset borgPruneParams unset sqlDumpDir errorExplain=() +exitWarn=() ### Error codes