Skip to content

Commit

Permalink
Merge pull request #835 from guydavis/integration
Browse files Browse the repository at this point in the history
Flora launch fix.
  • Loading branch information
guydavis authored Jan 4, 2023
2 parents 7a1ca48 + 0ea9230 commit 95c8309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/forks/flora_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ "${blockchain_db_download}" == 'true' ]] \
&& [[ ! -f /root/.flora/mainnet/db/blockchain_v2_mainnet.sqlite ]]; then
mkdir -p /root/.flora/mainnet/db/ && cd /root/.flora/mainnet/db/
echo "Sorry, Flora does not offer a recent blockchain DB for download. Standard sync will happen over a few days."
echo "It is recommended to add some peer node connections on the Connections page of Machinaris.
echo "It is recommended to add some peer node connections on the Connections page of Machinaris."
fi

mkdir -p /root/.flora/mainnet/log
Expand Down

0 comments on commit 95c8309

Please sign in to comment.