Skip to content

Commit

Permalink
cronlog-sync: fix include of inc_cronfunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
axelhahn committed Apr 3, 2024
1 parent c3adebd commit 8c8eba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronlog-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typeset -i CW_SYNCAFTER=3600
typeset -i CW_REQUIREFQDN=0
typeset -i VERBOSE=1

. $( dirname $0)/inc_cronfunctions.sh | exit 1
. $( dirname $0)/inc_cronfunctions.sh || exit 1
CFGFILE=$(dirname $0)/cronwrapper.cfg
. "${CFGFILE}"

Expand Down

0 comments on commit 8c8eba6

Please sign in to comment.