From b6eea18200cbbee74be136db2a0c2fe5ae1cbb8f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 10 May 2023 18:07:39 +0200 Subject: [PATCH] fixes --- conf/jellyseerr.conf | 2 +- scripts/install | 2 +- scripts/upgrade | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/jellyseerr.conf b/conf/jellyseerr.conf index 460c7cc..2d081ad 100644 --- a/conf/jellyseerr.conf +++ b/conf/jellyseerr.conf @@ -3,7 +3,7 @@ PORT=__PORT__ # specify on which interface to listen, by default jellyseerr listens on all interfaces -#HOST=127.0.0.1 +# HOST=127.0.0.1 # Uncomment if your media server is emby instead of jellyfin. # JELLYFIN_TYPE=emby diff --git a/scripts/install b/scripts/install index be28383..36c35db 100755 --- a/scripts/install +++ b/scripts/install @@ -104,7 +104,7 @@ ynh_script_progression --message="Starting a systemd service..." # Start a systemd service ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Starting Overseer version" -sleep 60 + #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index a36dece..7d534f6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,7 +92,9 @@ chown $app:$app "$install_dir/jellyseerr.conf" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_exec_warn_less ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="Starting Overseer version" + + #================================================= # END OF SCRIPT