From 54b23ef7dd8bdbde97b52c7b4be078f6bdaaa113 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 14 Sep 2023 12:54:41 +0200 Subject: [PATCH] vpn: remove incorrect \ --- vpn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpn.sh b/vpn.sh index acacc4c..5a08f98 100755 --- a/vpn.sh +++ b/vpn.sh @@ -19,7 +19,7 @@ case "$1" in --protocol=gp ${endpoint} \ --user ${vpn_user} \ --authgroup=${authgroup} \ - --allow-insecure-crypto \ + --allow-insecure-crypto ;; tws) # Ensure we are on the right branch and pass has been unlocked