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