commit f6c35262887211fc36bed40d4f3301661e625957
parent 61d713038c4fe1c793ac2b8618f694c2f1a2a723
Author: René Wagner <rwagner@rw-net.de>
Date: Mon, 5 Apr 2021 08:07:46 +0200
delete tmp files of whoosh
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/infra/update_index.sh b/infra/update_index.sh
@@ -1,6 +1,7 @@
cp -r /home/gus/index /home/gus/index.new
/home/gus/.poetry/bin/poetry run build_index
rm -rf /home/gus/index.old
+rm -rf /home/gus/index.new/MAIN.tmp/
mv /home/gus/index /home/gus/index.old
mv /home/gus/index.new /home/gus/index
sudo systemctl restart gus