alfred-workflows
alfred-workflows copied to clipboard
Says that no shared key is found
I found that on Sierra it was saying no pre shared key was found
I changed toggle.rb to be system("networksetup -connectpppoeservice "#{vpn_name}"") from system("scutil --nc start "#{vpn_name}"")
This then made it work.