hydra/foreman/start-notify.sh
2020-09-02 12:35:18 -04:00

7 lines
155 B
Bash
Executable file

#!/bin/sh
# wait for hydra-server to listen
while ! nc -z localhost 63333; do sleep 1; done
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-notify