From c3adebd697c5391269654e48b51e699612c35a9e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" Date: Wed, 3 Apr 2024 09:42:42 +0200 Subject: [PATCH] set current date in bashdoc --- cronlog-sync.sh | 2 +- cronstatus.sh | 2 +- cronwrapper.sh | 2 +- inc_cronfunctions.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cronlog-sync.sh b/cronlog-sync.sh index f2c5a4c..3c34cea 100755 --- a/cronlog-sync.sh +++ b/cronlog-sync.sh @@ -12,7 +12,7 @@ # 2022-09-23 v1.4 option -q is more quiet and -f to set SYNCAFTER # 2023-07-21 v1.5 fix typo in header # 2024-01-23 v1.6 ahahn update help; use cw.emoji; update exitcodes -# 2024-04-02 v2.0 ahahn update bashdoc +# 2024-04-03 v2.0 ahahn update bashdoc # ====================================================================== _version=2.0 diff --git a/cronstatus.sh b/cronstatus.sh index ee47ef8..96a07fc 100755 --- a/cronstatus.sh +++ b/cronstatus.sh @@ -17,7 +17,7 @@ # 2023-07-14 ahahn 1.9 added check if process still runs # 2024-01-04 ahahn 1.10 update error messages # 2024-01-30 ahahn WIP update help; use cw.emoji; use label as parameter; show last executions -# 2024-04-02 ahahn 2.0 add CW_LOGDIR; update bashdoc +# 2024-04-03 ahahn 2.0 add CW_LOGDIR; update bashdoc # ------------------------------------------------------------ _version=2.0 diff --git a/cronwrapper.sh b/cronwrapper.sh index cbd5b3c..f0607f8 100755 --- a/cronwrapper.sh +++ b/cronwrapper.sh @@ -42,7 +42,7 @@ # 2022-07-16 ahahn 1.25 FIX: outfile of running job is a uniq file # 2022-07-16 ahahn 1.26 FIX: singlejob option was broken in 1.25 # 2024-01-23 ahahn WIP add hooks; update help; use cw.emoji -# 2024-04-02 ahahn 2.0 update bashdoc +# 2024-04-03 ahahn 2.0 update bashdoc # ------------------------------------------------------------ # ------------------------------------------------------------ diff --git a/inc_cronfunctions.sh b/inc_cronfunctions.sh index 7ac0e1e..86a0c90 100644 --- a/inc_cronfunctions.sh +++ b/inc_cronfunctions.sh @@ -12,7 +12,7 @@ # 2024-01-23 ahahn added cw.emoji # 2024-01-31 ahahn support for NOCOLOR=1 # 2024-03-05 ahahn add function cw.helpsection for help text in scripts -# 2024-04-02 ahahn 2.0 update bashdoc +# 2024-04-03 ahahn 2.0 update bashdoc # ====================================================================== # Handling of exitocdes