scripts: fix dss-services start wait loop
Some checks are pending
DSS Project Analysis / dss-context-update (push) Waiting to run
Some checks are pending
DSS Project Analysis / dss-context-update (push) Waiting to run
This commit is contained in:
@@ -104,7 +104,7 @@ start_service() {
|
||||
return 0
|
||||
fi
|
||||
sleep 1
|
||||
((waited++))
|
||||
((waited+=1))
|
||||
done
|
||||
|
||||
log_error "$service failed to start (check $log)"
|
||||
|
||||
Reference in New Issue
Block a user