print wg version for reference

This commit is contained in:
Release Automation 2022-02-13 11:26:32 -08:00
parent 8e47d19273
commit dbbb42490d

View File

@ -30,6 +30,9 @@ regions:
EOF
)
wg_version=$(wg --version || (echo "wg command not found. Please install wireguard and try again" && exit 1))
echo "Using wireguard version: $wg_version"
umask 077
mkdir -p base/secrets/
[ ! -e base/secrets/private-key ] && (