Skip to content

Commit

Permalink
chore: Updating token acquisition script to support latest wireguard …
Browse files Browse the repository at this point in the history
…container changes
  • Loading branch information
Frank Steiler committed Jun 20, 2024
1 parent f2928e7 commit 929cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/acquire-trust-token.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DOCKER_NAME=$(docker run -d \
linuxserver/wireguard
)

SERVER_CONF="docker exec $DOCKER_NAME cat /config/wg0.conf"
SERVER_CONF="docker exec $DOCKER_NAME cat /config/wg_confs/wg0.conf"
CLIENT_CONF="docker exec $DOCKER_NAME cat /config/peer1/peer1.conf"
until $CLIENT_CONF > /dev/null 2>&1 && $SERVER_CONF > /dev/null 2>&1; do
echo -n '.'
Expand Down

0 comments on commit 929cbb9

Please sign in to comment.