From 8e6d39eb42c73ddd6db083758cfa60cd435daa44 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Jan 2024 20:49:51 +0300 Subject: [PATCH] tweaks... Signed-off-by: Alex A. Naanou --- wireguard/templates/root/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 '---'