I am trying to run the bash script below to uninstall virtualbox on some of our clients. I have parameter 4 as being --unattended but when the script runs it generates an error for the unknown arguments: / <hostname> <user>
http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool
Is there a way to ignore the first three parameters in the bash script or through the jss console? The script works as expected when I run directly on the client without the first three parameters passed by JAMF (./virtualbox_uninstall.sh --unattended).
Thank you