I have some issues going on regarding this script thats pushing out our High Sierra OS upgrades via Self Service. The OS updates perfectly fine on the user side. No issues reported during our testing pushout, but it shows up as "failed" in the policy logs.
!/bin/bash
/Applications/Install macOS High Sierra.app/Contents/Resources/startosinstall --applicationpath "/Applications/Install macOS High Sierra.app" --volume $1 --rebootdelay 1 --nointeraction
killall "Self Service"
Any suggestions on why this is happening?