We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4324 commit 0c3e157Copy full SHA for 0c3e157
1 file changed
loadDB.sh
@@ -11,7 +11,7 @@ if [ -n "${BACKUPFILE}" ]; then
11
cd /opt/VFB/backup/
12
rm /opt/VFB/backup/${BACKUPFILE}.tar.gz
13
wget http://data.virtualflybrain.org/archive/${BACKUPFILE}.tar.gz
14
- if [ ! -e ${BACKUPFILE}.tar.gz ]; then exit 1;
+ if [ ! -e ${BACKUPFILE}.tar.gz ]; then exit 1; fi
15
tar -xzvf ${BACKUPFILE}.tar.gz
16
mkdir -p /var/lib/neo4j/data/databases/
17
neo4j-admin restore --from /opt/VFB/backup/neo4j --force
0 commit comments