Add missing DEBUG var setting for borg update wrapper script

This commit is contained in:
Clemens Schwaighofer
2022-03-28 12:37:33 +09:00
parent 0ce5442bcf
commit e1787fcfb3
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
# zabbix-settings-
export BORG_BASE_DIR="borg/";
DEBUG=0;
DRYRUN=0;
TARGET_USER="";
TARGET_HOST="";

View File

@@ -19,7 +19,7 @@ function version {
}
# version for all general files
VERSION="4.1.1";
VERSION="4.1.2";
# borg version and borg comamnd
BORG_VERSION="";