banyansecurity / banyansecurity/app-installer
Consider setting bash options in banyan-macos-jamf.sh
Open
- Dominant language
- Shell
- Stars
- 6
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Maybe put `set -euo pipefail` at the top of `banyan-macos-jamf.sh` to terminate with non-zero exit status immediately upon any command failure or use of uninitialized vars.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open banyan-macos-jamf.sh and inspect its current error handling before changing the shell options. Exercise the installation script with a failing command or unset variable, then verify that it exits immediately with a non-zero status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- devops
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100