From 5bc3d2d8d49d09ff2b8a21efd18711263199137c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 5 Feb 2024 23:18:17 +0100 Subject: [PATCH] fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 10ed482..1c52387 100755 --- a/scripts/install +++ b/scripts/install @@ -74,7 +74,7 @@ ynh_use_logrotate --logfile="/var/log/$app/" ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Starting Web Server" --timeout=30 +ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="Application started." --timeout=30 #================================================= # END OF SCRIPT