From fb30cb50b07f2cdf942776132277148a536bb818 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Mon, 12 Jun 2023 21:42:03 +0000 Subject: [PATCH] Update 'install.sh' mistype --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5bbcbbe..182e757 100755 --- a/install.sh +++ b/install.sh @@ -335,7 +335,7 @@ fi if [ "$DISCOVERY_CONFIG_FILE" != "" ]; then VAR_DISCOVERY_CONFIG_FILE="--env DISCOVERY_CONFIG_FILE=$DISCOVERY_CONFIG_FILE"; - VAR_DISCOVERY_CONFIG_DIRECTORY="--volume $DISCOVERY_CONFIG_DIR/:$DISCOVERY_CONFIG_DIRECTORY/"; + VAR_DISCOVERY_CONFIG_DIRECTORY="--volume $DISCOVERY_CONFIG_DIR/:$DISCOVERY_CONFIG_DIR/"; fi # Run installer tool