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:
parent
85011a46d0
commit
1ee7b3ab8c
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ final class PhabricatorStorageManagementDumpWorkflow
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($has_password) {
|
if ($has_password) {
|
||||||
$commands[] = csprintf(
|
$command = csprintf(
|
||||||
'mysqldump -p%P %Ls -- %R %R',
|
'mysqldump -p%P %Ls -- %R %R',
|
||||||
$password,
|
$password,
|
||||||
$target_argv,
|
$target_argv,
|
||||||
|
|
Loading…
Reference in a new issue