Update borg zabbix module info update

This commit is contained in:
Clemens Schwaighofer
2021-12-14 12:55:47 +09:00
parent b0516bbe5c
commit 49fb930c43

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env bash
# Backup zabbix config and settings only
MODULE="zabbix"
MODULE_VERSION="0.1.0";
MODULE_VERSION="1.0.0";
DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi