scripts: fix dss-services start wait loop
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
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