From 60f5accfcabb0ab40138ee2db1aad95cfc121f7b Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 20 Nov 2023 18:38:02 +0100 Subject: [PATCH] wording --- deploy_funmaps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_funmaps.sh b/deploy_funmaps.sh index 25b352c..3919828 100644 --- a/deploy_funmaps.sh +++ b/deploy_funmaps.sh @@ -3,7 +3,7 @@ # Exit immediately if a command exits with a non-zero status. set -e -# Determine the directory where the script is running +# Paths configuration CURRENT_DIR="${PWD}" VOLUMES_DIR="${CURRENT_DIR}/volumes" CONFIG_REPO_DIR="/opt/docker/lgsm-cs-funmaps-addon"