From 5a79dd4cd1137243296bd91f7a22866c22352983 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 13 Aug 2021 22:55:23 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index af27002..572ff8f 100644 --- a/scripts/install +++ b/scripts/install @@ -171,7 +171,7 @@ ynh_systemd_action --service_name=mongod --action=restart #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=2 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Started The Rocket.Chat server" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Started The Rocket.Chat server" sleep 120 #=================================================