Deprecate backticks
This commit is contained in:
parent
f905561dc4
commit
1a14f4fc9d
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
PARAMS=`echo "{\"erigonURL\": \"$ERIGON_URL\"}" | jq -aRs .`
|
||||
PARAMS=$(echo "{\"erigonURL\": \"$ERIGON_URL\"}" | jq -aRs .)
|
||||
echo $PARAMS > /usr/share/nginx/html/config.json
|
||||
nginx -g "daemon off;"
|
||||
|
|
Loading…
Reference in New Issue