Deprecate backticks

This commit is contained in:
Willian Mitsuda 2021-07-08 01:50:55 -03:00
parent f905561dc4
commit 1a14f4fc9d
1 changed files with 1 additions and 1 deletions

View File

@ -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;"