We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba85383 commit ba4bac2Copy full SHA for ba4bac2
scripts/avalanchego-installer.sh
@@ -68,7 +68,7 @@ create_config_file () {
68
echo " \"state-sync-enabled\": true$commaAdd">>config.json
69
fi
70
if [ "$stateOpt" = "off" ]; then
71
- echo " \"state-sync-enabled\": false$commaAdd">>config.json
+ echo " \"state-sync-enabled\": false">>config.json
72
73
if [ "$archivalOpt" = "true" ]; then
74
echo " \"pruning-enabled\": false">>config.json
0 commit comments