Skip to content

Commit

Permalink
Merge branch 'brycepg-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew David Wong committed Dec 30, 2018
2 parents 412c457 + de96766 commit 77fda48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Set up a ProxyVM as a VPN gateway using NetworkManager

```bash
# Automatically connect to the VPN once Internet is up
while ! ping -c 1 -W 1.1.1.1; do
while ! ping -c 1 -W 1 1.1.1.1; do
sleep 1
done
PWDFILE="/rw/config/NM-system-connections/secrets/passwd-file.txt"
Expand Down

0 comments on commit 77fda48

Please sign in to comment.