diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-11 00:11:09 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-11 00:12:08 +0200 |
| commit | 0e89ae072d94650d382707c3cf7a1c5b38ba35f8 (patch) | |
| tree | 185bd5064a2f57f7b64966cad9e670e329499bf9 /deployment/install.sh | |
| parent | ae458c03646120ae440bbce863f40a09fd4dd559 (diff) | |
Fix success message with correct config file name
Diffstat (limited to 'deployment/install.sh')
| -rwxr-xr-x | deployment/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
