diff --git a/vpn b/vpn index 868d097..fa3c6a4 100755 --- a/vpn +++ b/vpn @@ -17,7 +17,7 @@ then then if [ _$3 == '_all' ] then - f5fpc -s -t vpn.univie.ac.at:8443 -u $1 + f5fpc -s -t vpn.univie.ac.at:8443 -u $2 elif [ _$2 == '_kill' ] then f5fpc -o @@ -25,7 +25,7 @@ then then f5fpc --info else - f5fpc -s -t vpn.univie.ac.at -u $1 + f5fpc -s -t vpn.univie.ac.at -u $2 fi fi