From 1fab58dd48183d2c686d6d4baccae93f8907dffd Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:15:36 -0700 Subject: [PATCH] remove unnecessar comment --- start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start b/start index 4e170a3d..90bb310e 100644 --- a/start +++ b/start @@ -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" ;; @@ -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