Added warning counter variable for exit notification

This commit is contained in:
Asif Bacchus 2018-09-19 21:48:18 -06:00
parent 87ab180b06
commit 01b33933a8

View File

@ -89,6 +89,7 @@ unset borgCreateParams
unset borgPruneParams unset borgPruneParams
unset sqlDumpDir unset sqlDumpDir
errorExplain=() errorExplain=()
exitWarn=()
### Error codes ### Error codes