From 5867f114a93f87aa0dc849dcaf2db05a0ed14dbf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 7 Aug 2021 09:32:44 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 64e97c0..0d8f61d 100755 --- a/scripts/install +++ b/scripts/install @@ -148,7 +148,7 @@ yunohost service add $app --description="Self-hosted live video and web chat ser ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="The web admin interface is available at /admin." +ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" #--line_match="The web admin interface is available at /admin." #================================================= # SETUP SSOWAT