1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

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 85011a46d0
commit 1ee7b3ab8c

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,