Skip to content

Commit

Permalink
formatting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
axelhahn committed Jan 3, 2024
1 parent 4d5b759 commit f7e396f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cronwrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ $line1
AXELS CRONWRAPPER v $_version
Puts control and comfort to cronjobs.
source: https://github.com/axelhahn/cronwrapper
docs: https://www.axel-hahn.de/docs/cronwrapper/
license: GNU GPL 3.0
Source : https://github.com/axelhahn/cronwrapper
Docs : https://www.axel-hahn.de/docs/cronwrapper/
License: GNU GPL 3.0
$line1
Expand Down Expand Up @@ -323,7 +323,7 @@ w REM $line1
# ------------------------------------------------------------
rc=none

runHooks "before" >"${CW_LOGFILE}" 2>&1
runHooks "before" > "${CW_LOGFILE}" 2>&1
eval "${CW_CALLSCRIPT}" >>"${CW_LOGFILE}" 2>&1
rc=$?
typeset -i CW_TIMER_END
Expand Down

0 comments on commit f7e396f

Please sign in to comment.