Merge pull request #3065 from rn/wireguard

tests: Fix wireguard test shutdown
This commit is contained in:
Justin Cormack
2018-06-09 10:27:50 -07:00
committed by GitHub

View File

@@ -20,8 +20,8 @@ fi
# Nginx may not be up immediately as service startup is async
for s in $(seq 1 10)
do
wget -O - http://192.168.2.1/ && echo "success" > /tmp/ok && halt
wget -O - http://192.168.2.1/ && echo "success" > /tmp/ok && poweroff
sleep 1
done
poweroff -f
poweroff