My issue is the .sh script which worked perfectly fine in macOS Big Sur
11.3.1 yields different results in macOS Big Sur 11.4 #!/bin/sh echo
"Adding Applications Folder..." sudo -u $LoggedInUser
/usr/local/bin/dockutil --add '/Applications' --view gr...