12 lines
554 B
Bash
Executable File
12 lines
554 B
Bash
Executable File
#!/bin/bash
|
|
|
|
shutdown -r 23:33
|
|
|
|
/Library/Application\ Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType utility -icon "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns" -title "Warning" -description "Das System wird in 1 Minute neugestartet. Es erfolgt kein weiterer Hinweis.
|
|
|
|
The system will restart in 1 minute. There is no further notice." -button1 "OK" -defaultButton 1 -timeout 45
|
|
|
|
launchctl remove de.ing.LastWarningDaemon.plist
|
|
/bin/rm -f /Library/LaunchDaemons/de.ing.LastWarningDaemon.plist
|
|
|