From 2eda18f18d2e175510659e4f2e06f8c3a907eeb5 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 22 Sep 2025 13:35:53 +0200 Subject: [PATCH] refac: correct log output for the conditions checked --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index b64e5595..1765006a 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -115,7 +115,7 @@ ensure_installation() { echo "Done setting template." else - echo "Existing wg0 configuration file found, using that." + echo "Existing Wireguard configuration file found in /etc/wireguard." fi }