Skip to content

Commit

Permalink
Merge branch 'resolve-standalone-confusion' into horizon-captive
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 14, 2023
2 parents c040128 + 1fab58d commit d6de23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function process_args() {
--local)
NETWORK="local"
;;
--standalone) # Deprecated and replaced by '--local'.
--standalone)
echo "deprecated: option --standalone has been replaced by --local"
NETWORK="local"
;;
Expand Down Expand Up @@ -354,7 +354,7 @@ function init_stellar_core() {

perl -pi -e "s/__NETWORK__/$NETWORK_PASSPHRASE/g" etc/stellar-core.cfg

run_silent "finalize-core-config-run-standalone" perl -pi -e "s/__RUN_STANDALONE__/$RUN_STANDALONE/g" etc/stellar-core.cfg
run_silent "finalize-core-config-run-local" perl -pi -e "s/__RUN_STANDALONE__/$RUN_STANDALONE/g" etc/stellar-core.cfg
run_silent "finalize-core-config-manual-close" perl -pi -e "s/__MANUAL_CLOSE__/$ENABLE_CORE_MANUAL_CLOSE/g" etc/stellar-core.cfg

start_postgres
Expand Down

0 comments on commit d6de23a

Please sign in to comment.