From bf8a8e24fd72c054d78a1780bf787adf2d0cdd17 Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 20 Nov 2023 20:20:02 +0100 Subject: [PATCH] rename --- deploy_funmaps.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deploy_funmaps.sh b/deploy_funmaps.sh index 57cb365..712729a 100644 --- a/deploy_funmaps.sh +++ b/deploy_funmaps.sh @@ -1,15 +1,17 @@ #!/bin/bash -# Script to deploy LGSM-CS with customized configuration +# Script to deploy LGSM with customized configuration # Exit immediately if a command exits with a non-zero status set -e -# Configuration variables +# Git variables GIT_ADDRESS="ssh://git@git.zinomedia.de:222" REPO_NAME="zino/lgsm-cs-funmaps-addon.git" -CURRENT_DIR="${PWD}" + +# Directory variables VOLUMES_DIR="${CURRENT_DIR}/volumes" +CURRENT_DIR="${PWD}" CONFIG_REPO_DIR="$(mktemp -d)" # Function to display [INFO] in blue and the message in default color