diff --git a/cronlog-sync.sh b/cronlog-sync.sh index 67c6fb0..2323760 100755 --- a/cronlog-sync.sh +++ b/cronlog-sync.sh @@ -15,7 +15,6 @@ # 2024-04-03 v2.0 ahahn update bashdoc # ====================================================================== -_version=2.0 CW_LOGDIR=/var/tmp/cronlogs CW_TARGET= CW_SSHKEY= @@ -27,6 +26,8 @@ typeset -i VERBOSE=1 CFGFILE=$(dirname $0)/cronwrapper.cfg . "${CFGFILE}" +_version=2.0 + # ---------------------------------------------------------------------- # FUNCTIONS # ---------------------------------------------------------------------- diff --git a/cronwrapper.sh b/cronwrapper.sh index 76efaa9..abcb841 100755 --- a/cronwrapper.sh +++ b/cronwrapper.sh @@ -50,11 +50,12 @@ # CONFIG # ------------------------------------------------------------ -_version="2.1" line1="------------------------------------------------------------------------------" . "$( dirname "$0")/inc_cronfunctions.sh" +_version="2.1" + # ------------------------------------------------------------ # FUNCTIONS # ------------------------------------------------------------