cleanup /tmp explicitly

This commit is contained in:
Vladimir Safonkin
2020-11-10 09:31:57 +03:00
parent f412ec4c26
commit 3250f19314

View File

@@ -30,7 +30,7 @@ npm cache clean --force
yarn cache clean
# Clean up temporary directories
rm -rf ~/utils ~/image-generation
rm -rf ~/utils ~/image-generation /tmp/*
# Erase all indexes and wait until the rebuilding process ends,
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish