From eb0608f1f2bcd330172a3650f108b8dd31ac880f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 21 Dec 2021 18:18:50 +0100 Subject: [PATCH] Silence service enabling --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index b2e656d..f277d2e 100644 --- a/scripts/install +++ b/scripts/install @@ -191,7 +191,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 # Start and enable a systemd service -systemctl enable --now wg-quick@wg0 +systemctl enable --now --quiet wg-quick@wg0 #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index 419fe5c..27e1204 100644 --- a/scripts/restore +++ b/scripts/restore @@ -144,7 +144,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 # Start and enable a systemd service -systemctl enable --now wg-quick@wg0 +systemctl enable --now --quiet wg-quick@wg0 #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 0588d34..1e0fe4a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -230,7 +230,7 @@ ynh_systemd_action --service_name=wireguard_ui --action="start" --line_match="ht ynh_script_progression --message="Starting the systemd service for the VPN..." --weight=1 # Start and enable a systemd service -systemctl enable --now wg-quick@wg0 +systemctl enable --now --quiet wg-quick@wg0 #================================================= # RELOAD NGINX