otterscan/run-nginx.sh
2021-09-04 23:18:35 -03:00

5 lines
166 B
Bash
Executable File

#!/bin/sh
PARAMS="{\"erigonURL\": $(echo $ERIGON_URL | jq -aR .), \"assetsURLPrefix\": \"\"}"
echo $PARAMS > /usr/share/nginx/html/config.json
nginx -g "daemon off;"