From b7d584d8d59fa88beb13dc928fed7c403688019c Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 23 Apr 2019 16:00:52 -0700 Subject: [PATCH] Cleanup the Gfsh shell scripts. --- .../boot/configuration/src/main/resources/geode/bin/connect.gfsh | 1 - .../src/main/resources/geode/bin/start-secure-cluster.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh index d3ed42f4..affa83b8 100644 --- a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh +++ b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh @@ -2,4 +2,3 @@ # Connect to a secure Locator with Authentication and SSL enabled connect --security-properties-file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/config/gemfire.properties -#connect --security-properties-file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/config/gemfire.properties diff --git a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh index 3718d561..504fc00c 100644 --- a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh +++ b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh @@ -1,4 +1,3 @@ #!/bin/bash gfsh -e "run --file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.gfsh" -#gfsh -e "run --file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.gfsh"