From 2510fc3bc493b7f846be1a584cdb6918fc8829b1 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 21 Jan 2020 12:10:18 +0100 Subject: [PATCH] add xmllint to wireguard profiles --- tests/wireguard-client.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/wireguard-client.sh b/tests/wireguard-client.sh index 46b4603..cc7d652 100755 --- a/tests/wireguard-client.sh +++ b/tests/wireguard-client.sh @@ -2,6 +2,8 @@ set -euxo pipefail +xmllint --noout ./configs/10.0.8.100/wireguard/apple/*/*.mobileconfig + crudini --set configs/10.0.8.100/wireguard/user1.conf Interface Table off wg-quick up configs/10.0.8.100/wireguard/user1.conf