From 609eece7bc8c201b6cd19f46f40b85c2393780c8 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Tue, 5 Aug 2014 20:25:41 +0200 Subject: [PATCH] fixed typo (which ended in a syntax error) --- etc/vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index f742e636..72521b21 100644 --- a/etc/vagrant/bootstrap.sh +++ b/etc/vagrant/bootstrap.sh @@ -317,7 +317,7 @@ fn_import_data() fi echo "Importing data for region of $NAME" - if ! $VALID_SQL_EXPORT && ! $INSTALL_PGROUTING && ! $INSTALL_NEO4J_SPATIAL); then + if ! $VALID_SQL_EXPORT && ! $INSTALL_PGROUTING && ! $INSTALL_NEO4J_SPATIAL; then echo " - skipping import (since no export was found and neither pgRouting nor neo4j are installed" return 1 fi -- GitLab