quote the password

pull/1581/head
Isaac Connor 2016-08-02 13:22:44 -04:00
parent 004b651d61
commit 25d58f5192
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ if ( $version )
$command .= " -u".$dbUser;
if ( $dbPass )
{
$command .= " -p".$dbPass;
$command .= ' -p"'.$dbPass.'"';
}
}
$command .= " ".$Config{ZM_DB_NAME}." < ";