From a2386fc8d32d10a2d4389b3dc1e37673a9aac953 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 10 Aug 2022 13:31:54 +0200
Subject: [PATCH] update history in header

---
 check_clientbackup | 1 +
 1 file changed, 1 insertion(+)

diff --git a/check_clientbackup b/check_clientbackup
index 753d0f6..1c2f5b0 100755
--- a/check_clientbackup
+++ b/check_clientbackup
@@ -13,6 +13,7 @@
 # 2022-03-18  v1.6  <axel.hahn@iml.unibe.ch> show dumped databases
 # 2022-03-21  v1.7  <axel.hahn@iml.unibe.ch> show databases infos for couchdb2 too
 # 2022-03-23  v1.8  <axel.hahn@iml.unibe.ch> FIX: exit with error if backup error occured
+# 2022-08-10  v1.9  <axel.hahn@iml.unibe.ch> FIX: mask the dot in .log
 # ======================================================================
 
 . $( dirname $0 )/inc_pluginfunctions
-- 
GitLab