From 58b91388f0c26cd15b995197d1de99e2566ae850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 28 Jan 2024 20:02:24 +0100 Subject: [PATCH] Add sleep 10 --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 2491901..35341ea 100755 --- a/scripts/install +++ b/scripts/install @@ -58,6 +58,7 @@ 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="pydio.grpc.oauth ready" +sleep 10 #================================================= # END OF SCRIPT