Create snapshot.sh
Snapshot for easy sync
This commit is contained in:
parent
2746ea709c
commit
29b81d49bb
11
snapshot.sh
Normal file
11
snapshot.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Loading…
Reference in New Issue
Block a user