csf -r return code is 0 if CSF is disable
This cause issue with config management and scripting
trying to remote reload csf after config change but if CSF is disable the csf -r still return 0
Thank you.
csf -r return code 0 if CSF is disable
Re: csf -r return code 0 if CSF is disable
Additionally I think that some of the basic functions like --version or --help should still work even with CSF disabled.
Currently:
Currently:
Code: Select all
# csf --version
csf and lfd have been disabled, use 'csf -e' to enable
# csf --help
csf and lfd have been disabled, use 'csf -e' to enable