From 2c3f832854d125a16b268d3c13b046bbaf2e3d8e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 11 Jan 2024 02:30:09 +0300 Subject: [PATCH] minor tweak... Signed-off-by: Alex A. Naanou --- wireguard/templates/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/templates/root/Makefile b/wireguard/templates/root/Makefile index f616306..bb8a742 100644 --- a/wireguard/templates/root/Makefile +++ b/wireguard/templates/root/Makefile @@ -63,7 +63,7 @@ $(SERVER_CONF): $(SERVER_TPL) $(SERVER_KEY) -e 's/\$${\SERVER_PUBLIC_KEY}/'$$(sed -e 's/\//\\\//g' "$(SERVER_PUBLIC_KEY)")'/g' \ >> "$(SERVER_CONF)" @ [ -z "$$QRCODE" ] \ - || ( echo "# Profile: $*:" \ + || ( echo "# Profile: $*" \ && qrencode -t UTF8 -r "$(CLIENT_DIR)/$*.conf" )