otterscan/run-nginx.sh

5 lines
144 B
Bash
Raw Normal View History

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