Skip to content

Commit

Permalink
remove unnecessar comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 14, 2023
1 parent de4a45f commit 1fab58d
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 @@ -100,7 +100,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 @@ -358,7 +358,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 1fab58d

Please sign in to comment.