From 61ebd5b7c81315e101b52f3b18d8c32003153cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:23:39 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dba9ce3..ed64863 100644 --- a/scripts/install +++ b/scripts/install @@ -189,7 +189,7 @@ pushd $final_path/live password=$(ynh_string_random --length=30) ynh_exec_as $app ./bin/mobilizon_ctl users.new "$admin_email" --admin --password "$password" - ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped" + ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd popd #=================================================