otterscan/run-nginx.sh

5 lines
139 B
Bash
Raw Normal View History

#!/bin/sh
2021-07-08 19:20:22 +00:00
PARAMS="{\"erigonURL\": $(echo $ERIGON_URL | jq -aR .)}"
echo $PARAMS > /usr/share/nginx/html/config.json
nginx -g "daemon off;"