This commit is contained in:
zino
2023-11-25 02:26:49 +01:00
parent c95d2ecee5
commit 2fa0268a66

View File

@@ -11,7 +11,7 @@ VOLUMES_DIR="${CURRENT_DIR}/volumes"
CONFIG_REPO_DIR="$(mktemp -d)"
# Combined Git clone command
GIT_COMMAND="sudo git clone -b funmaps ssh://git@git.zinomedia.de:222/zino/lgsm-cs.git ${CONFIG_REPO_DIR}"
GIT_COMMAND="sudo git clone -b funmaps ssh://git@git.zinomedia.de:222/zino/lgsm-csserver.git ${CONFIG_REPO_DIR}"
# Function to display [INFO] in blue and the message in default color
info() {