You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-08-01 06:46:52 +03:00
Do variable replacements for cmd-extra in documentation.
This commit is contained in:
@ -176,7 +176,7 @@ sub executeKey
|
|||||||
|
|
||||||
if (defined($oCommand->fieldGet('exe-cmd-extra', false)))
|
if (defined($oCommand->fieldGet('exe-cmd-extra', false)))
|
||||||
{
|
{
|
||||||
$$hCacheKey{'cmd-extra'} = $oCommand->fieldGet('exe-cmd-extra');
|
$$hCacheKey{'cmd-extra'} = $self->{oManifest}->variableReplace($oCommand->fieldGet('exe-cmd-extra'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defined($oCommand->paramGet('err-expect', false)))
|
if (defined($oCommand->paramGet('err-expect', false)))
|
||||||
|
Reference in New Issue
Block a user