Skip to content

Commit

Permalink
initiator sed missing escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
inv4fee2020 committed Nov 2, 2022
1 parent 7340cc2 commit be6008d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pli_node_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export EI_IC_SECRET=${EXT_SECRET}
export EI_CI_ACCESSKEY=${EXT_OUTGOINGTOKEN}
export EI_CI_SECRET=${EXT_OUTGOINGSECRET}
echo *** Starting EXTERNAL INITIATOR ***
external-initiator "{\"name\":\"$PLI_E_INIT_NAME\",\"type\":\"xinfin\",\"url\":\"https://plixdcrpc.icotokens.net"}" --chainlinkurl "http://localhost:6688/"
external-initiator "{\"name\":\"$PLI_E_INIT_NAME\",\"type\":\"xinfin\",\"url\":\"https://plixdcrpc.icotokens.net\"}" --chainlinkurl "http://localhost:6688/"
EOF
#sleep 1s
#cat $BASH_FILE3
Expand Down

0 comments on commit be6008d

Please sign in to comment.