fix
This commit is contained in:
parent
67e17540dd
commit
c6ed8f21dc
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,5 +9,4 @@ backup/backup.sh
|
||||
backup/backup_ozgur.sh
|
||||
quilibrium_for_pros.sh
|
||||
dataworker.py
|
||||
balance.sh
|
||||
snapshot.sh
|
||||
balance.sh
|
||||
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
service ceremonyclient stop
|
||||
apt install unzip -y
|
||||
rm -r $HOME/ceremonyclient/node/.config/store && wget -qO- https://snapshots.cherryservers.com/quilibrium/store.zip > /tmp/store.zip && unzip -j -o /tmp/store.zip -d $HOME/ceremonyclient/node/.config/store && rm /tmp/store.zip
|
||||
service ceremonyclient start
|
||||
Loading…
Reference in New Issue
Block a user