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