scripts: fix dss-services start wait loop
Some checks are pending
DSS Project Analysis / dss-context-update (push) Waiting to run

This commit is contained in:
DSS
2025-12-12 16:49:35 -03:00
parent d13e1cd76a
commit e608537651

View File

@@ -104,7 +104,7 @@ start_service() {
return 0
fi
sleep 1
((waited++))
((waited+=1))
done
log_error "$service failed to start (check $log)"