mirror of
https://github.com/munki/munki.git
synced 2026-01-30 11:09:05 -06:00
* Fix SidebarViewController.swift file name * Fix spelling in comments * Fix spelling in strings and output * Fix spelling in variables and key names * One more pass at spelling fixes
9 lines
404 B
Bash
Executable File
9 lines
404 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# use launchctl to submit a job to run managedsoftwareupdate
|
|
# so that the script returns before the job finishes and ending
|
|
# the installer task does not end the managedsoftwareupdate run
|
|
# (It's quite possible that `/usr/local/munki/managedsoftwareupdate --auto &`
|
|
# would work as well!)
|
|
|
|
/bin/launchctl submit -l com.googlecode.munki.autorun -- /usr/local/munki/managedsoftwareupdate --auto |