mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
delete flag on reindex
This commit is contained in:
parent
eee4704812
commit
ed285ccd7d
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ Check 'sudo nginx -t' for a detailed error message.
|
|||
sudo systemctl stop electrs
|
||||
echo "# deleting index"
|
||||
sudo rm -r /mnt/hdd/app-storage/electrs/db
|
||||
sudo rm /mnt/hdd/app-storage/electrs/initial-sync.done 2>/dev/null
|
||||
echo "# starting service"
|
||||
sudo systemctl start electrs
|
||||
echo "# ok"
|
||||
|
|
Loading…
Add table
Reference in a new issue