From 78c59f711903d50b72fe046abe24eefa0b066eca Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Mon, 2 Apr 2018 17:40:39 -0600 Subject: [PATCH] Minor Change --- ehcp/install_lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ehcp/install_lib.php b/ehcp/install_lib.php index 81a08a2..a91546d 100755 --- a/ehcp/install_lib.php +++ b/ehcp/install_lib.php @@ -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";