2020-05-20 15:32:41 -04:00
|
|
|
#!/bin/sh
|
|
|
|
|
2025-07-16 17:31:01 +02:00
|
|
|
export PATH=$(pwd)/src/script:$PATH
|
|
|
|
|
2020-05-20 15:32:41 -04:00
|
|
|
# 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
|