diff --git a/src/vpn_manager_globalprotect/backend.py b/src/vpn_manager_globalprotect/backend.py index de001af..5009d01 100644 --- a/src/vpn_manager_globalprotect/backend.py +++ b/src/vpn_manager_globalprotect/backend.py @@ -287,7 +287,7 @@ class GlobalProtectConnection( "--passwd-on-stdin", options.get("hostname").value, "-b", - "--script=/usr/lib/vpn-manager-globalprotect/vpnc", + "--script=/usr/lib/vpn-manager/globalprotect/vpnc", stdin=PIPE, stdout=PIPE, stderr=PIPE,