12 lines
548 B
Bash
Executable File
12 lines
548 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/Library/Application\ Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper -windowType utility -icon "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarInfo.icns" -title "Restart in five minutes" -description "Das System wird aufgrund deiner Auswahl in 5 Minuten neu gestartet.
|
|
|
|
The system will restart in 5 minutes based on your selection.
|
|
|
|
" -button1 "OK" -defaultButton 1 -timeout 60
|
|
|
|
launchctl remove de.ing.FiveMinWarningScript.plist
|
|
/bin/rm -f /Library/LaunchDaemons/de.ing.FiveMinWarningScript.plist
|
|
|