From b7ea493111ddcdc69668b256d7544751776fce62 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Wed, 23 Nov 2022 23:59:56 +0100 Subject: [PATCH] Add forgotten command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1d5a2d9..15e2bc5 100755 --- a/scripts/install +++ b/scripts/install @@ -185,7 +185,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ### - And the section "STOP SYSTEMD SERVICE" and "START SYSTEMD SERVICE" in the change_url script # Start a systemd service ---service_name=uwsgi-app@$app.service --action=start --line_match="spawned uWSGI master process" --log_path="/var/log/uwsgi/$app/$app.log" +ynh_systemd_action --service_name=uwsgi-app@$app.service --action=start --line_match="spawned uWSGI master process" --log_path="/var/log/uwsgi/$app/$app.log" #================================================= # SETUP SSOWAT