Correct variable name

This commit is contained in:
Michael Vines 2019-04-24 07:38:06 -07:00
parent 6293d324db
commit 1661a7a55f
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ while true; do
echo "############## New genesis detected, restarting fullnode ##############"
kill "$pid" || true
wait "$pid" || true
rm -rf "$ledger_config_dir" "$accounts_config_dir" "$vote_id_path".configured
rm -rf "$ledger_config_dir" "$accounts_config_dir" "$fullnode_vote_id_path".configured
break
fi
fi