Skip to content

Commit

Permalink
improved output message for logon denied problems
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasLohr committed Oct 2, 2018
1 parent 2432be6 commit ce1a0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions f5fpc-vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ observe_f5fpc() {
fi
;;
7)
echo "Logon denied. Insufficient privileges/wrong logon credentials?"
echo -n "Exiting..."
echo "Logon denied"
echo "$output"
docker stop "$CONTAINER_NAME"
echo ""
exit
Expand Down

0 comments on commit ce1a0d1

Please sign in to comment.