Skip to content

Commit

Permalink
fixed sed command due to changes in neo4j.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwattro committed Nov 10, 2017
1 parent cb433f9 commit 0d7bc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install-neo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export JRE_HOME=/usr/lib/jvm/java-8-oracle
wget http://dist.neo4j.org/neo4j-enterprise-3.3.0-unix.tar.gz > null
mkdir neo
tar xzf neo4j-enterprise-3.3.0-unix.tar.gz -C neo --strip-components=1 > null
sed -i.bak '/\(dbms\.security\.auth_enabled=\).*/s/^#//g' ./neo/conf/neo4j.conf
sed -i.bak '0,/\(dbms\.security\.auth_enabled=\).*/s/^#//g' ./neo/conf/neo4j.conf
neo/bin/neo4j start > null &
sleep 15
cat ./neo/logs/neo4j.log

0 comments on commit 0d7bc53

Please sign in to comment.