Replies: 1 comment
-
|
Thanks for the edit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the script "patchomator jamf pro execution script.sh" I'm not sure that the ( ) are necessary for the paths. Shellcheck using /bin/sh or bash (they don't like zsh yet) thinks an array is being used for those variables which causes other Shellcheck notices.
I'm using the following and the script appears to work fine.
InstallomatorPath="/usr/local/Installomator/Installomator.sh"
PatchomatorPath="/usr/local/Installomator/patchomator.sh"
Beta Was this translation helpful? Give feedback.
All reactions