Skip to content

Commit

Permalink
Fixes #10559: On upgrade from 3.1 to 4.1, policy could not be generat…
Browse files Browse the repository at this point in the history
…ed any more
  • Loading branch information
ncharles committed Apr 10, 2017
1 parent 18cb406 commit 6b11a5b
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 6b11a5b

Please sign in to comment.