Skip to content
Snippets Groups Projects
Commit 0fc4f182 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

bug fix

parent 0086d0c8
Branches
Tags
No related merge requests found
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
# Connect to VPN from the University of Vienna # Connect to VPN from the University of Vienna
# Watch connection # Watch connection
if [ -n $VPN_USER ]; then if [ ! -n ${VPN_USER} ]; then
echo "set VPN_USER to your u:account username" echo "set VPN_USER to your u:account username"
exit 1 exit 1
fi fi
f5fpc -h 2> /dev/null 1>/dev/null f5fpc -v 2> /dev/null 1>/dev/null
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "[VPN] Install Big-IP Edge Client. f5fpc missing" echo "[VPN] Install Big-IP Edge Client. f5fpc missing"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment