From 6ccb1f87e9d7993377d2aa7aa37f9253c0d66ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 16 Oct 2023 19:43:51 +0200 Subject: [PATCH] Test with a long sleep --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 3edf134..2997a87 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -178,6 +178,7 @@ yunohost service add $app --description="Jellyfin media center" ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --timeout=15 +sleep 30s #================================================= # END OF SCRIPT