refac: correct log output for the conditions checked

This commit is contained in:
Daan Selen
2025-09-22 13:35:53 +02:00
parent d06709aeab
commit 2eda18f18d

View File

@@ -115,7 +115,7 @@ ensure_installation() {
echo "Done setting template." echo "Done setting template."
else else
echo "Existing wg0 configuration file found, using that." echo "Existing Wireguard configuration file found in /etc/wireguard."
fi fi
} }