Skip to content

Commit

Permalink
Print connection logs to stdout before finishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed Feb 11, 2020
1 parent 56a89f4 commit 3b0e710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ commands:
while [ -n "$(ip addr show tun0 2>&1 > /dev/null)" ]; do
sleep 0.1;
done
cat openvpn.log
disconnect:
description: "Disconnect from OpenVPN"
steps:
Expand Down

0 comments on commit 3b0e710

Please sign in to comment.