From 70002cff34b6916b90ed199a0c3c09dd5b58ffcb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 21 Apr 2020 03:51:37 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a853354..36a42d4 100644 --- a/scripts/install +++ b/scripts/install @@ -210,7 +210,7 @@ yunohost service add $app --log "$final_path/log/production.log" ynh_print_info --message="Starting a systemd service..." systemctl enable $app.service -ynh_systemd_action -service_name=$app --action="start" --line_match="Creating process id file" --log_path="$final_path/log/production.log" +ynh_systemd_action --service_name=$app --action="start" --line_match="Creating process id file" --log_path="$final_path/log/production.log" #================================================= # SETUP SSOWAT