AppleScript per abilitare VPN interrotta dopo l'aggiornamento a 10.9.3

2

Ho utilizzato un AppleScript per collegarmi alla VPN del mio ufficio. Dopo aver aggiornato il mio macbook alla 10.9.3, non riesce a eseguire e genera un'eccezione

Unable to get network preferences

(sinceramente, è una traduzione sciolta, se qualcuno sapesse come far sì che l'editor AppleScript mostri gli errori in inglese sarei felice).

Codice intero:

tell application "System Events"
    tell current location of network preferences
        set VPNservice to service "VPN (L2TP)" -- name of the VPN service
        if exists VPNservice then connect VPNservice
        repeat until (connected of current configuration of VPNservice)
            delay 1
        end repeat
        do shell script "route add 192.168.11.0/24 10.64.64.64" with administrator privileges
    end tell
end tell

Qualcuno sa che cosa potrebbe aver causato il problema?

    
posta Paweł 25.05.2014 - 23:33
fonte

0 risposte

Leggi altre domande sui tag