Switch snap to bootstrap-fullnode/fullnode naming

This commit is contained in:
Michael Vines
2018-12-05 17:03:49 -08:00
parent 4170f11958
commit a6312ba98f
5 changed files with 20 additions and 20 deletions

View File

@ -48,7 +48,7 @@ snap)
# shellcheck disable=SC2089
commonNodeConfig="\
leader-ip=\"$entrypointIp\" \
entrypoint-ip=\"$entrypointIp\" \
metrics-config=\"$SOLANA_METRICS_CONFIG\" \
rust-log=\"$RUST_LOG\" \
setup-args=\"$setupArgs\" \
@ -64,7 +64,7 @@ snap)
fi
if [[ $nodeType = bootstrap-fullnode ]]; then
nodeConfig="mode=leader+drone $commonNodeConfig"
nodeConfig="mode=bootstrap-fullnode+drone $commonNodeConfig"
ln -sf -T /var/snap/solana/current/leader/current fullnode.log
ln -sf -T /var/snap/solana/current/drone/current drone.log
else