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

Commit 2e089bf

Browse files
committed
attempt to fix sed command for travis setup
1 parent 90ae01b commit 2e089bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/install-neo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export JRE_HOME=/usr/lib/jvm/java-8-oracle
66
wget http://dist.neo4j.org/neo4j-enterprise-3.3.0-unix.tar.gz > null
77
mkdir neo
88
tar xzf neo4j-enterprise-3.3.0-unix.tar.gz -C neo --strip-components=1 > null
9-
sed -i.bak '/\(dbms\.security\.auth_enabled=\).*/s/^#//g' ./neo/conf/neo4j.conf
9+
sed -i.bak '0,/\(dbms\.security\.auth_enabled=\).*/s/^#//g' ./neo/conf/neo4j.conf
1010
neo/bin/neo4j start > null &

0 commit comments

Comments
 (0)