Minor Change

This commit is contained in:
earnolmartin 2018-04-02 17:40:39 -06:00
parent 0adf8e84cd
commit 78c59f7119

View file

@ -1630,10 +1630,11 @@ function getinputs(){
if(!$unattended){
if($emptypass){
$rootpass="1234";
$rootpass=getVerifiedInput("MySQL root user account desired PASSWORD","1234");
if(hasValue($mysql_root_pass)){
$rootpass = $mysql_root_pass;
}else{
$rootpass=getVerifiedInput("MySQL root user account desired PASSWORD","1234");
}
} else {
echo "\n\n=======> MYSQL PASSWORD SETTINGS IS VERY IMPORTANT - YOUR EHCP MAY NOT FUNCTION IF YOU MISS SOMETHING HERE.. ehcp related information will be stored in your local mysql server ==========\n\n";