Update wgd.sh

This commit is contained in:
Donald Zou 2024-12-12 18:17:05 +08:00
parent d917937866
commit 2da8bd9158

View File

@ -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"