From 2da8bd91580acefd6eef3344f246962543cd0a7d Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Thu, 12 Dec 2024 18:17:05 +0800 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index f5fa960..7d7353f 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -295,7 +295,7 @@ install_wgd(){ printf "[SSL/TLS]\ncertificate_path = \nprivate_key_path = \n" >> ssl-tls.ini printf "[WGDashboard] %s Created ssl-tls.ini\n" "$heavy_checkmark" else - printf "[WGDashboard] %s Found existing ssl.ini\n" "$heavy_checkmark" + printf "[WGDashboard] %s Found existing ssl-tls.ini\n" "$heavy_checkmark" fi printf "[WGDashboard] %s WGDashboard installed successfully!\n" "$heavy_checkmark" printf "[WGDashboard] Enter ./wgd.sh start to start the dashboard\n"