From 7a1b1c71dd8f6fc19ced96c7a79e0942977ca81e Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 4 Feb 2026 10:23:33 -0700 Subject: [PATCH] Oops the fifth --- src/vpn_manager_globalprotect/vpnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn_manager_globalprotect/vpnc.py b/src/vpn_manager_globalprotect/vpnc.py index 1255554..4d5ce65 100644 --- a/src/vpn_manager_globalprotect/vpnc.py +++ b/src/vpn_manager_globalprotect/vpnc.py @@ -328,7 +328,7 @@ async def configure_with_networkd(): if config.reason in {Reason.CONNECT, Reason.ATTEMPT_RECONNECT, Reason.RECONNECT}: # only write out the file if the reason indicates a new connection. - config.write_config(path) + await config.write_config(path, manager) elif config.reason == Reason.PRE_INIT: # idk what this does, but the script does it, so we will too. try: