From a5c09bebd7e4d131204b9950e4feb9ec9d20b22d Mon Sep 17 00:00:00 2001 From: rafael Date: Thu, 28 Jan 2021 15:30:09 +0100 Subject: [PATCH] adding localhost to condole config and adding versioning --- extras/deploy-scripts/pandora_deploy_community.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/deploy-scripts/pandora_deploy_community.sh b/extras/deploy-scripts/pandora_deploy_community.sh index e05a5fe62e..8eec7eee9c 100644 --- a/extras/deploy-scripts/pandora_deploy_community.sh +++ b/extras/deploy-scripts/pandora_deploy_community.sh @@ -12,7 +12,7 @@ DBNAME=pandora DBUSER=pandora DBPASS=pandora DBPORT=3306 -S_VERSION='v1.0' +S_VERSION='2021012801' LOGFILE="/tmp/pandora-deploy-community-$(date +%F).log" # Ansi color code variables @@ -103,7 +103,7 @@ echo -en "${cyan}Check Centos Version...${reset}" check_cmd_status 'Error OS version, Centos 7 is expected' # initialice logfile -execute_cmd "echo 'Starting deploy' > $LOGFILE" "All installer activity is logged on $LOGFILE" +execute_cmd "echo 'Starting community deployment #S_VERSION' > $LOGFILE" "All installer activity is logged on $LOGFILE" # Pre checks # Root permisions