mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
also blow away snapshots
This commit is contained in:
@@ -35,7 +35,7 @@ if [ -f "$STATE_DIR/blockstack-server.db" ]; then
|
||||
DB_VERSION="$(blockstack-core db_version)"
|
||||
if [ $? -ne 0 ]; then
|
||||
# obsolete
|
||||
rm -f "$STATE_DIR/*.db*"
|
||||
rm -f "$STATE_DIR/*.db*" "$STATE_DIR/*.snapshots"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user