Details
Description
It's strongly recommended to execute shellcheck on the following Linux scripts:
- gateway-release/home/bin/gateway.sh
- gateway-release/home/bin/knoxcli.sh
- gateway-release/home/bin/ldap.sh
- gateway-shell-release/home/bin/knoxshell.sh
It can be done online (https://www.shellcheck.net/) or locally after installing the software. Once the check has been executed we should apply the changes the tool recommends to avoid common bash pitfalls.
Optionally: we may integrate it with our Travis CI build (needs investigation)
Attachments
Issue Links
- causes
-
KNOX-1957 gateway.sh doesn't handle KNOX_GATEWAY_DBG_OPTS env var correctly
- Resolved
- links to