Skip to content

Commit

Permalink
corrected vpn uni parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
skropf committed Sep 27, 2019
1 parent 5c673e9 commit 24e7150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpn
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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
elif [ _$2 == '_info' ]
then
f5fpc --info
else
f5fpc -s -t vpn.univie.ac.at -u $1
f5fpc -s -t vpn.univie.ac.at -u $2
fi
fi

Expand Down

0 comments on commit 24e7150

Please sign in to comment.