From 298b78e62d524d7e97d99821c972c8d91aa26add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 8 Dec 2023 21:13:03 +0100 Subject: [PATCH] Revert sleep 30 from debugging --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2997a87..3edf134 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -178,7 +178,6 @@ 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