mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 09:16:34 +02:00
scripts: Update beescrawl.dat file name after UUID removal
Commit 06e111c229
removed the UUID from
the beescrawl.dat file name, but this change was not also applied to
the wrapper script. Do that now.
This commit is contained in:
@ -134,7 +134,7 @@ fi
|
||||
fi
|
||||
if (( "$OLD_SIZE" != "$NEW_SIZE" )); then
|
||||
INFO "Resize db: $OLD_SIZE -> $NEW_SIZE"
|
||||
[ -f "$BEESHOME/beescrawl.$UUID.dat" ] && rm "$BEESHOME/beescrawl.$UUID.dat"
|
||||
[ -f "$BEESHOME/beescrawl.dat" ] && rm "$BEESHOME/beescrawl.dat"
|
||||
truncate -s $NEW_SIZE $DB_PATH
|
||||
fi
|
||||
chmod 700 "$DB_PATH"
|
||||
|
Reference in New Issue
Block a user