Add --no-deploy option to allow restarting nodes without a software update (#5182)
This commit is contained in:
@ -67,7 +67,7 @@ source net/common.sh
|
||||
loadConfigFile
|
||||
|
||||
case $deployMethod in
|
||||
local|tar)
|
||||
local|tar|skip)
|
||||
PATH="$HOME"/.cargo/bin:"$PATH"
|
||||
export USE_INSTALL=1
|
||||
if [[ -r target/perf-libs/env.sh ]]; then
|
||||
|
Reference in New Issue
Block a user