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
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"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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"
All reactions