Skip to content

Commit

Permalink
remove upshell (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
LowEntropyBody authored Mar 8, 2021
1 parent 8ee0760 commit 706dcc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 135 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ node:

## identity configurations
identity:
## the backup of chain controller account
## the backup of chain account
backup: ''
## the password of chain controller account
## the password of chain account
password: ""

## chain configurations
Expand Down
3 changes: 2 additions & 1 deletion scripts/online_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

version=$1
shift

if [ $(id -u) -ne 0 ]; then
echo "Please run with sudo!"
Expand All @@ -20,7 +21,7 @@ if [ $res -ne 0 ]; then
exit 1
fi

./crust-node-$version/install.sh
./crust-node-$version/install.sh $@
if [ $res -ne 0 ]; then
echo "Install crust node $version failed"
rm v$version.tar.gz
Expand Down
132 changes: 0 additions & 132 deletions scripts/upgrade.sh

This file was deleted.

0 comments on commit 706dcc6

Please sign in to comment.