Skip to content

Commit

Permalink
Fixes #19131: cf-serverd always reloads
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Apr 7, 2021
1 parent f1a9908 commit c268619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Signal to cf-serverd that it shall look-up the new promises

export PATH="/opt/rudder/bin:$PATH"
ACL_BAC="/var/rudder/tmp/cf-serverd.sha256"
ACL_BACK="/var/rudder/tmp/cf-serverd.sha256"
ACL_FILE="/var/rudder/cfengine-community/inputs/common/1.0/cf-serverd.cf"
ACL_HASH=$(openssl sha256 -r "${ACL_FILE}" | cut -d' ' -f 1)
if [ -f "${ACL_BACK}" ]; then
Expand Down

0 comments on commit c268619

Please sign in to comment.