From 0e89ae072d94650d382707c3cf7a1c5b38ba35f8 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 11 Sep 2025 00:11:09 +0200 Subject: Fix success message with correct config file name --- deployment/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/install.sh b/deployment/install.sh index 18652b9..0446032 100755 --- a/deployment/install.sh +++ b/deployment/install.sh @@ -159,7 +159,7 @@ show_completion_message() { log "wg-portal installed successfully!" log "" log "Configuration:" - log " - Configuration file: /etc/wg-portal/config" + log " - Configuration file: /etc/wg-portal/config.yml" log "" log "Service Information:" log " - Binary installed: /etc/wg-portal/wg-portal" -- cgit v1.2.3