Update .local/bin/vpn
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user