Add sleep 10

This commit is contained in:
Salamandar 2024-01-28 20:02:24 +01:00
parent dbd647b84c
commit 58b91388f0

View file

@ -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