Skip to content

Commit 0c3e157

Browse files
committed
syntax fix
1 parent 46c4324 commit 0c3e157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loadDB.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "${BACKUPFILE}" ]; then
1111
cd /opt/VFB/backup/
1212
rm /opt/VFB/backup/${BACKUPFILE}.tar.gz
1313
wget http://data.virtualflybrain.org/archive/${BACKUPFILE}.tar.gz
14-
if [ ! -e ${BACKUPFILE}.tar.gz ]; then exit 1;
14+
if [ ! -e ${BACKUPFILE}.tar.gz ]; then exit 1; fi
1515
tar -xzvf ${BACKUPFILE}.tar.gz
1616
mkdir -p /var/lib/neo4j/data/databases/
1717
neo4j-admin restore --from /opt/VFB/backup/neo4j --force

0 commit comments

Comments
 (0)