Update .local/bin/vpn

This commit is contained in:
Florian Beisel 2024-06-07 00:35:57 +02:00
parent 2eaf5e2f48
commit 8d843f1dfe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ case "$1" in
up) up)
# Start the VPN connection # Start the VPN connection
VPN_PASSWORD=$(get_vpn_password) VPN_PASSWORD=$(get_vpn_password)
echo $VPN_PASSWORD | sudo openconnect --passwd-on-stdin --config .config/openconnect/intersport.de.conf echo $VPN_PASSWORD | sudo openconnect --passwd-on-stdin --config .config/openconnect/intersport.de.conf > /dev/null 2>/dev/null
;; ;;
down) down)
# Terminate the VPN connection # Terminate the VPN connection