From f83f0304743654a5691e5e42a0515faeea31a4f9 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 21 Dec 2023 10:51:25 +0100
Subject: [PATCH] set version

---
 check_backup_one | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/check_backup_one b/check_backup_one
index 4a11aff..9427730 100755
--- a/check_backup_one
+++ b/check_backup_one
@@ -14,7 +14,7 @@
 
 
 . $(dirname $0)/inc_pluginfunctions
-export self_APPVERSION=0.2
+export self_APPVERSION=1.0
 
 sInstalldir=/opt/imlbackup/server
 sScript=storage_helper.sh
@@ -80,13 +80,13 @@ while [[ "$#" -gt 0 ]]; do case $1 in
 esac; done
 
 if [ -z "$sMode" ]; then
-    ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h"
+    ph.abort "ERROR: The mode was not set. Use parameter -m for it. Get help wit -h."
 fi
 
 myscript="$sInstalldir/$sScript"
 
 if [ ! -x "$myscript" ]; then
-    ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h"
+    ph.abort "UNKNOWN: $myscript is not available / executable. Use -d to fix the installation dir. Get help wit -h."
 fi
 
 # --- read data
-- 
GitLab