We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50af140 commit a49cc29Copy full SHA for a49cc29
scripts/tools.sh
@@ -9,7 +9,7 @@ Crust tools usage:
9
help show help information
10
space-info show information about data folders
11
rotate-keys generate session key of chain node
12
- upgrade-image {chain|api|smanager|ipfs|c-gen|sworker} upgrade one docker image
+ upgrade-image {chain|api|smanager|ipfs|c-gen|sw} upgrade one docker image
13
sworker-ab-upgrade {code} sworker AB upgrade
14
workload show workload information
15
file-info {all|valid|lost|pending|{cid}} {output-file} show file information
@@ -220,7 +220,7 @@ upgrade_image()
220
if [ $? -ne 0 ]; then
221
return 1
222
fi
223
- elif [ x"$1" == x"sworker" ]; then
+ elif [ x"$1" == x"sw" ]; then
224
upgrade_docker_image crust-sworker $2
225
226
0 commit comments