scripts: fix dss-services start wait loop
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled

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 return 0
fi fi
sleep 1 sleep 1
((waited++)) ((waited+=1))
done done
log_error "$service failed to start (check $log)" log_error "$service failed to start (check $log)"