Actions
Bug #4697
closedBug #4695: On AIX, check-rudder-agent script complains uses nonexistant options for ps and echo
check-rudder-agent script can't access some variables due to change in #4695
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
#4695 introduced some variables and a function for command commands ("echo -n", ps options). However, they were wrongly introduced inside a function, although they are also used outside of that function.
Fixing is simple: move them to the top of the script, before any functions start.
Actions