From 11384ca6d8f1e1b56993f232514da400c9117259 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 17 May 2021 16:11:57 +0200
Subject: [PATCH] update comments in config dist file

---
 inc_config.sh.dist | 10 ++++------
 log/.keep          |  0
 2 files changed, 4 insertions(+), 6 deletions(-)
 create mode 100644 log/.keep

diff --git a/inc_config.sh.dist b/inc_config.sh.dist
index 1c363af..3bbc0be 100644
--- a/inc_config.sh.dist
+++ b/inc_config.sh.dist
@@ -2,21 +2,19 @@
 #
 # IML BACKUP STORAGE HELPER :: CONFIG
 #
-# !!!DO NOT EDIT ON SERVER!!!
-# This file was generated by Puppet.
-#
-# ----------------------------------------------------------------------
-#
-#
 # ======================================================================
 
     # max count of simultanous connections; 0 is unlimited
     typeset -i iMaxConnections=10
     typeset -i iConnections
 
+    # directory with backup data
     sBackupBasedir="/netshare/one-backup"
 
+    # where to store current connections
     sConncectionDir="$sBackupBasedir/_active"
+
+    # log
     sLogdir="/opt/imlbackup/server/"
     sLogfile="$sLogdir/connections.log"
 
diff --git a/log/.keep b/log/.keep
new file mode 100644
index 0000000..e69de29
-- 
GitLab