code rewritted
This commit is contained in:
parent
06067bcbd3
commit
50819bdd42
11
snapshot.sh
11
snapshot.sh
@ -1,11 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
service ceremonyclient stop
|
||||
apt install unzip
|
||||
cd ~/ceremonyclient/node/.config
|
||||
mv store storeold
|
||||
wget https://snapshots.cherryservers.com/quilibrium/store.zip
|
||||
unzip store.zip
|
||||
rm store.zip
|
||||
rm -rf storeold
|
||||
service ceremonyclient start
|
||||
apt install unzip -y
|
||||
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