Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update protectionPreRequisites For Use w/o CHATTR (#1716)
## Description Update protectionPreRequisites For Use w/o CHATTR command available Adds a return 0 if we reach eventually the end of the func. ## Where should the reviewer start? cntools.sh -o w/o chattr and ENABLE_CHATTR false ## Motivation and context cntools.sh -o w/o chattr and ENABLE_CHATTR false does not work protectionPreRequisites returns non ZERO code if - ENABLE_CHATTR false - chattr not available Because [ false == true ] (L139) will return a non zero rc. ## Which issue it fixes? n/a ## How has this been tested? [cntools.sh -o w/o chattr and ENABLE_CHATTR false] is launching OK up to the main menu.
- Loading branch information