Skip to content

Commit

Permalink
Escape * with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Feb 4, 2024
1 parent f11ed68 commit 8806f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/coins/monero/scripts/entry-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RPC_PASS="${RPC_PASS:=seraidex}"
# Run Monero
monerod --non-interactive --regtest --offline --fixed-difficulty=1 \
--no-zmq --rpc-bind-ip=0.0.0.0 --rpc-bind-port=18081 --confirm-external-bind \
--rpc-access-control-origins * --disable-rpc-ban \
--rpc-access-control-origins "*" --disable-rpc-ban \
--rpc-login=$RPC_USER:$RPC_PASS

0 comments on commit 8806f2c

Please sign in to comment.