mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-24 21:35:00 +00:00
Fix typo in __STAGE_FILE__.
This commit is contained in:
@@ -7214,7 +7214,7 @@ sub replace_special_vars {
|
|||||||
$word =~ s/__META__/$meta_dir/g;
|
$word =~ s/__META__/$meta_dir/g;
|
||||||
$word =~ s/__STAGE__/$stage_dir/g;
|
$word =~ s/__STAGE__/$stage_dir/g;
|
||||||
$word =~ s/__SERVICE__/$service/g;
|
$word =~ s/__SERVICE__/$service/g;
|
||||||
$word =~ s/__STAGE_FILE_/$stage_dir\/$ts.$service/g;
|
$word =~ s/__STAGE_FILE__/$stage_dir\/$ts.$service/g;
|
||||||
$word =~ s/__META_FILE__/$meta_dir\/$service.meta/g;
|
$word =~ s/__META_FILE__/$meta_dir\/$service.meta/g;
|
||||||
$word =~ s/__BIN_DIR__/$bin_dir/g;
|
$word =~ s/__BIN_DIR__/$bin_dir/g;
|
||||||
$word =~ s/__TRASH_FILE__/$spool_dir\/.trash\/$service/g;
|
$word =~ s/__TRASH_FILE__/$spool_dir\/.trash\/$service/g;
|
||||||
|
Reference in New Issue
Block a user