diff --git a/deploy_funmaps.sh b/deploy_funmaps.sh index 66bd56b..bdfbddf 100644 --- a/deploy_funmaps.sh +++ b/deploy_funmaps.sh @@ -10,7 +10,7 @@ CONFIG_REPO_DIR="/opt/docker/lgsm-cs-funmaps-addon" # Function to display [INFO] in blue and the message in default color info() { - printf "\033[0;34m[INFO]\033[0m %s\n" "$1" + printf "\033[0;34m[INFO1337]\033[0m %s\n" "$1" } # Update script from Git repository