Bug #11234
closed
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/127
- Target version changed from 4.1.6 to 4.1.7
- Status changed from Pending technical review to Pending release
The issue that this parent's bug report was for included the -f (force) switch not working. It was allegedly fixed in 4.1.6 but has not been, and the above changeset is still showing the issue.
It needs the addition of a valid selection for "f" to the getopts line in agent-factory-reset, ie:
+while getopts "iIvdqcf" opt; do
-while getopts "iIvdqc" opt; do
case $opt in
i|I|v|d)
VERBOSE=true
QUIET=false
;;
q)
VERBOSE=false
QUIET=true
;;
c)
clear_colors
;;
f)
FORCE=1
;;
esac
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.7 and 4.2.0~rc1 which were released today.
Also available in: Atom
PDF