Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 8abb83e

Browse files
author
Daniel Kaminski de Souza
committed
➕ Add clean leftovers from neo4j installation feature.
1 parent 041574e commit 8abb83e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install-neo4j.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ if [ ! -d "neo4j/data/databases/graph.db" ]; then
1717
sudo apt-get install unzip
1818
unzip recommendations.db.zip
1919
mv recommendations.db neo4j/data/databases/graph.db
20+
# clean up
21+
rm neo4j-$NEO4J_DIST-$NEO4J_VERSION-unix.tar.gz*
22+
rm recommendations.db.zip*
23+
rm __MACOSX* -r
2024
else
2125
echo "Database is already installed, skipping"
2226
fi

0 commit comments

Comments
 (0)