From 5ace159f3deb72e300adc9ef93b5169095cc8a2f Mon Sep 17 00:00:00 2001 From: Athanasios Anastasiou Date: Mon, 13 Dec 2021 12:48:23 +0000 Subject: [PATCH 1/3] Correct default URL --- ineo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ineo b/ineo index 3312a27..303953c 100755 --- a/ineo +++ b/ineo @@ -45,7 +45,7 @@ NEO4J_HOSTNAME="${NEO4J_HOSTNAME:-http://dist.neo4j.org}" # INEO_HOSTNAME can be assigned from the environment, so it can be changed # with testing to use a mock -INEO_HOSTNAME="${INEO_HOSTNAME:-http://ineo.cohesivestack.com}" +INEO_HOSTNAME="${INEO_HOSTNAME:-https://raw.githubusercontent.com/cohesivestack/ineo/master}" LOCK_DIR='/tmp/ineo.neo4j.instances.lock' From d6d4ae6981a840050530f5b54e75d70d48179dcd Mon Sep 17 00:00:00 2001 From: Athanasios Anastasiou Date: Wed, 15 Dec 2021 14:31:32 +0000 Subject: [PATCH 2/3] Restoring the URL to work on the backup issue --- ineo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ineo b/ineo index 303953c..3312a27 100755 --- a/ineo +++ b/ineo @@ -45,7 +45,7 @@ NEO4J_HOSTNAME="${NEO4J_HOSTNAME:-http://dist.neo4j.org}" # INEO_HOSTNAME can be assigned from the environment, so it can be changed # with testing to use a mock -INEO_HOSTNAME="${INEO_HOSTNAME:-https://raw.githubusercontent.com/cohesivestack/ineo/master}" +INEO_HOSTNAME="${INEO_HOSTNAME:-http://ineo.cohesivestack.com}" LOCK_DIR='/tmp/ineo.neo4j.instances.lock' From e69fabe32a13cae15f76601b3abe97a927984f7f Mon Sep 17 00:00:00 2001 From: Athanasios Anastasiou Date: Wed, 15 Dec 2021 15:43:44 +0000 Subject: [PATCH 3/3] Fixed the default installation URL --- ineo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ineo b/ineo index 3312a27..303953c 100755 --- a/ineo +++ b/ineo @@ -45,7 +45,7 @@ NEO4J_HOSTNAME="${NEO4J_HOSTNAME:-http://dist.neo4j.org}" # INEO_HOSTNAME can be assigned from the environment, so it can be changed # with testing to use a mock -INEO_HOSTNAME="${INEO_HOSTNAME:-http://ineo.cohesivestack.com}" +INEO_HOSTNAME="${INEO_HOSTNAME:-https://raw.githubusercontent.com/cohesivestack/ineo/master}" LOCK_DIR='/tmp/ineo.neo4j.instances.lock'