Updating preservice script
This commit is contained in:
parent
83c797c92c
commit
f7b1bbae68
|
@ -8,10 +8,14 @@ ROLE=$(CreoleGet dbClusterPosition 'Leader')
|
|||
SECURE_CMD="mysql_secure_installation"
|
||||
PASSWORD=$(pwgen -1 10)
|
||||
passwd="/usr/share/eole/sbin/mariadbPwd"
|
||||
logfile="/var/log/eole/maria-init.log"
|
||||
logdir="/var/log/eole"
|
||||
logfile="${logdir}/maria-init.log"
|
||||
|
||||
[[ ! -d "${logdir}" ]] && mkdir -p ${logdir}
|
||||
|
||||
if [[ ${ROLE} == "Leader" ]]
|
||||
then
|
||||
service mariadb start
|
||||
${passwd} ${PASSWORD}
|
||||
|
||||
# Run secure installation script
|
||||
|
@ -24,6 +28,7 @@ y
|
|||
y
|
||||
y
|
||||
__EOF__
|
||||
service mariadb stop
|
||||
else
|
||||
exit 0
|
||||
fi
|
Loading…
Reference in New Issue