Compare commits

...

1 Commits

Author SHA1 Message Date
Clemens Schwaighofer
e1787fcfb3 Add missing DEBUG var setting for borg update wrapper script 2022-03-28 12:37:33 +09:00
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="";