Skip to content

Commit 9ad28ad

Browse files
author
Rub21
committed
Move db files instead of copy
1 parent 26b4695 commit 9ad28ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/taginfo/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ update() {
6161

6262
# Update local DB
6363
$WORKDIR/taginfo/sources/update_all.sh $UPDATE_DIR
64-
cp $UPDATE_DIR/*/taginfo-*.db $DATA_DIR/
65-
cp $UPDATE_DIR/taginfo-*.db $DATA_DIR/
64+
mv $UPDATE_DIR/*/taginfo-*.db $DATA_DIR/
65+
mv $UPDATE_DIR/taginfo-*.db $DATA_DIR/
6666

6767
# Link to download db zip files
6868
chmod a=r $UPDATE_DIR/download

0 commit comments

Comments
 (0)