Merge branch 'fix_1571' into storageareas
commit
62d3c66e8f
|
@ -460,7 +460,7 @@ if ( $version )
|
|||
$command .= " -u".$dbUser;
|
||||
if ( $dbPass )
|
||||
{
|
||||
$command .= " -p".$dbPass;
|
||||
$command .= ' -p"'.$dbPass.'"';
|
||||
}
|
||||
}
|
||||
$command .= " ".$Config{ZM_DB_NAME}." < ";
|
||||
|
|
Loading…
Reference in New Issue