From b203285e21d09b092d19fc5c61a9ee48f8f370ca Mon Sep 17 00:00:00 2001 From: zino Date: Mon, 20 Nov 2023 18:44:59 +0100 Subject: [PATCH] test modify --- deploy_funmaps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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