vpn: remove incorrect \

This commit is contained in:
Nico Schottelius 2023-09-14 12:54:41 +02:00
parent 19f8b867c8
commit 54b23ef7dd
1 changed files with 1 additions and 1 deletions

2
vpn.sh
View File

@ -19,7 +19,7 @@ case "$1" in
--protocol=gp ${endpoint} \ --protocol=gp ${endpoint} \
--user ${vpn_user} \ --user ${vpn_user} \
--authgroup=${authgroup} \ --authgroup=${authgroup} \
--allow-insecure-crypto \ --allow-insecure-crypto
;; ;;
tws) tws)
# Ensure we are on the right branch and pass has been unlocked # Ensure we are on the right branch and pass has been unlocked