Skip to content

Commit

Permalink
fixup! Fixes #21329: conffiles must be restored after a divert
Browse files Browse the repository at this point in the history
Fixes #21329: conffiles must be restored after a divert
  • Loading branch information
peckpeck committed Jun 27, 2022
1 parent f48e933 commit 972de95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-relay/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ case "$1" in
if [ -f /opt/rudder/etc/relayd/main.conf.distrib ]; then
mv /opt/rudder/etc/relayd/main.conf.distrib /opt/rudder/etc/relayd/main.conf
fi
if [ -f /opt/rudder/etc/rudder-pkg/rudder-pkg.conf.distrib]; then
if [ -f /opt/rudder/etc/rudder-pkg/rudder-pkg.conf.distrib ]; then
mv /opt/rudder/etc/rudder-pkg/rudder-pkg.conf.distrib /opt/rudder/etc/rudder-pkg/rudder-pkg.conf
fi

Expand Down

0 comments on commit 972de95

Please sign in to comment.