So quick story, our Jamf engineer had left our work place and never made it to upgrade our machines to 10.14, i somehow was throw into making the upgrade possible, we are a school district of 3000 users and i have the summer to try and make this work, i was finally able to have the Mojave installer download to the machines but now I'm really stuck on having the installer run 98% of our machines are on 10.13 +. everything I'm doing is through self-service and this is the command that I'm using. Any help or guide would be very helpful and thank you in advance!
startosinstallCommand=""$OSInstaller/Contents/Resources/startosinstall" ${startosinstallOptions[*]} >> $osinstallLogfile 2>&1 &"
/bin/echo "Running a command as '$startosinstallCommand'..."
eval "$startosinstallCommand"
/bin/sleep 3
cleanExit 0



