Vielleicht kann es jemand gebrauchen. Benutzung auf eigene Gefahr, geht schliesslich um den Server, aber wer keine Lust hat die Servertools jede Woche manuell upzudaten habe ich ein Script dafür geschrieben. Muss mit chmod +x ausführbar gemacht werden und kann mit LingonX zu bestimmten Zeiten ausgeführt werden. Ich weiss nicht warum das keine Funktion in den Servertools ist und ich sehe keinen Grund das skript nicht zu benutzen.
Viele Grüße,
activate window "ServerTools"
tell application "System Events" to tell process "ServerTools"
tell tab group 1 of window 1
click radio button "Update"
end tell
tell group 3 of tab group 1 of window 1
click button "Update suchen"
end tell
delay 5
if button "Update durchführen" of group 1 of tab group 1 of window "ServerTools" is enabled then
tell group 1 of tab group 1 of window "ServerTools"
click button "Update durchführen"
end tell
end if
end tell