From c26eee3a8a3c08d8f138ea0fb9cef4f61c98f175 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 4 Mar 2021 20:29:24 +0530 Subject: [PATCH 1/4] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7e513af..626ccc4 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ yunohost service add $app --description="Media server for your comics, manga and ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat initialized with port\(s\): $port \(http\)" --timeout="500" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat started on port\(s\): $port \(http\) with context path '$path_url'" --timeout="800" #================================================= # SETUP SSOWAT From f50b26e4896baa9a0d936cbf0de28977cdbfee1d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 4 Mar 2021 20:29:45 +0530 Subject: [PATCH 2/4] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a1f566b..6d6605d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -130,7 +130,7 @@ yunohost service add $app --description="Media server for your comics, manga and #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=2 -ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat initialized with port\(s\): $port \(http\)" --timeout="500" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat started on port\(s\): $port \(http\) with context path '$path_url'" --timeout="800" #================================================= # RELOAD NGINX From 96ed4dcfd0b3549be7a15576de88f8fb669eb1f7 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 9 Mar 2021 15:07:20 +0530 Subject: [PATCH 3/4] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 626ccc4..87106e0 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ yunohost service add $app --description="Media server for your comics, manga and ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat started on port\(s\): $port \(http\) with context path '$path_url'" --timeout="800" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Completed initialization" --timeout="800" #================================================= # SETUP SSOWAT From eb027544663069de64e4a7049420b1301ab2fa5e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 9 Mar 2021 15:07:45 +0530 Subject: [PATCH 4/4] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6d6605d..1359d94 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -130,7 +130,7 @@ yunohost service add $app --description="Media server for your comics, manga and #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=2 -ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Tomcat started on port\(s\): $port \(http\) with context path '$path_url'" --timeout="800" +ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Completed initialization" --timeout="800" #================================================= # RELOAD NGINX