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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Fixed
macOS skill: NinjaOne ignores #!/bin/zsh on macOS and runs scripts under bash. Template now re-execs under zsh via exec /bin/zsh "$0" "$@" before any zsh-specific code runs.
macOS skill: NinjaOne's launchd-invoked agent has a minimal PATH; /usr/sbin tools (networksetup, system_profiler, softwareupdate, pmset, diskutil, …) fail with command not found. Template now sets export PATH="/usr/bin:/bin:/usr/sbin:/sbin".
Added
macOS skill: two new "Common Mistakes" entries covering the shebang and PATH quirks.