Eject bootstrap-leader support from fullnode.sh (#5301)

This commit is contained in:
Michael Vines
2019-07-29 21:25:28 -07:00
committed by GitHub
parent 50a991fdf9
commit 2214d2dbb5
6 changed files with 150 additions and 136 deletions

View File

@ -23,7 +23,7 @@ sysctl_write() {
fi
echo "$ $cmd"
$cmd
$cmd || true
# Some versions of sysctl exit with 0 on permission denied errors
current_value=$(sysctl -n "$name")