Update .local/bin/vpn
This commit is contained in:
parent
2eaf5e2f48
commit
8d843f1dfe
|
@ -17,7 +17,7 @@ case "$1" in
|
|||
up)
|
||||
# Start the VPN connection
|
||||
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)
|
||||
# Terminate the VPN connection
|
||||
|
|
Loading…
Reference in New Issue