1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-15 10:00:55 +01:00

(stable) Correct "bin/storage dump" command construction with passwords

Fixes T13004. This should mirror the other branch.
This commit is contained in:
epriestley 2017-10-07 04:59:29 -07:00
parent 58598e1963
commit 0361591da0

View file

@ -201,7 +201,7 @@ final class PhabricatorStorageManagementDumpWorkflow
}
if ($has_password) {
$commands[] = csprintf(
$command = csprintf(
'mysqldump -p%P %Ls -- %R %R',
$password,
$target_argv,