You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Maybe put
set -euo pipefail
at the top ofbanyan-macos-jamf.sh
to terminate with non-zero exit status immediately upon any command failure or use of uninitialized vars.The text was updated successfully, but these errors were encountered: