rename
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# Exit immediately if a command exits with a non-zero status
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Configuration variables
|
# Git variables
|
||||||
GIT_ADDRESS="ssh://git@git.zinomedia.de:222"
|
GIT_ADDRESS="ssh://git@git.zinomedia.de:222"
|
||||||
REPO_NAME="zino/lgsm-cs-funmaps-addon.git"
|
REPO_NAME="zino/lgsm-cs-funmaps-addon.git"
|
||||||
CURRENT_DIR="${PWD}"
|
|
||||||
|
# Directory variables
|
||||||
VOLUMES_DIR="${CURRENT_DIR}/volumes"
|
VOLUMES_DIR="${CURRENT_DIR}/volumes"
|
||||||
|
CURRENT_DIR="${PWD}"
|
||||||
CONFIG_REPO_DIR="$(mktemp -d)"
|
CONFIG_REPO_DIR="$(mktemp -d)"
|
||||||
|
|
||||||
# Function to display [INFO] in blue and the message in default color
|
# Function to display [INFO] in blue and the message in default color
|
||||||
|
|||||||
Reference in New Issue
Block a user