adding localhost to condole config and adding versioning
This commit is contained in:
parent
01742670a5
commit
a5c09bebd7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue