fids/gateway/sleep.sh

6 lines
85 B
Bash

#!/bin/sh
while ! curl -f 'fids_logstash:9600/_node/pipelines'; do
sleep 1
done