Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10559: On upgrade from 3.1 to 4.1, policy could not be generated any more #1328

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion rudder-agent/SOURCES/check-rudder-agent
Expand Up @@ -259,8 +259,9 @@ then
echo " Done"
fi

# Ensure main promises are not broken, and force a new download if so
# Ensure main promises are not broken, and clean ncf cache and force a new download if so
if ! ${CFE_BIN_DIR}/cf-promises
then
rm -rf ${CFE_DIR}/state/ncf-exclude-cache-*
rm -f ${CFE_DIR}/inputs/rudder_promises_updated
fi