From c6ed8f21dc14ae9c97c77b658ea6408457761d2c Mon Sep 17 00:00:00 2001 From: 0xOzgur <29779769+0xOzgur@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:56:05 +0300 Subject: [PATCH] fix --- .gitignore | 3 +-- snapshot.sh | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 snapshot.sh diff --git a/.gitignore b/.gitignore index 334ffe1..87b7251 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,4 @@ backup/backup.sh backup/backup_ozgur.sh quilibrium_for_pros.sh dataworker.py -balance.sh -snapshot.sh \ No newline at end of file +balance.sh \ No newline at end of file diff --git a/snapshot.sh b/snapshot.sh deleted file mode 100644 index 255aecc..0000000 --- a/snapshot.sh +++ /dev/null @@ -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 \ No newline at end of file