fix line_match

This commit is contained in:
Salamandar 2024-01-28 19:52:00 +01:00
parent a1218cc498
commit dbd647b84c

View file

@ -57,7 +57,7 @@ yunohost service add "$app" --description="File sharing platform"
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.gateway.websocket ready"
ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" --line_match="pydio.grpc.oauth ready"
#=================================================
# END OF SCRIPT