diff --git a/wireguard/templates/root/Makefile b/wireguard/templates/root/Makefile index 3c21c6e..4d6ea0a 100644 --- a/wireguard/templates/root/Makefile +++ b/wireguard/templates/root/Makefile @@ -68,6 +68,9 @@ $(SERVER_CONF): $(SERVER_TPL) $(SERVER_KEY) @ [ "$(QRCODE)" == "1" ] \ && ( echo "# Profile: $*" \ && qrencode -t UTF8 -r "$(CLIENT_DIR)/$*.conf" ) + @ echo '---' + @ echo "$(CLIENT_DIR)/$*.conf" + @ echo '---'