Skip to content

v1.4.0

Latest

Choose a tag to compare

@DeusMaximus DeusMaximus released this 26 May 22:19
0306179

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.