mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
ls -l the data file before prompting to send it.
This commit is contained in:
@@ -7258,6 +7258,7 @@ sub send_data {
|
||||
my $key;
|
||||
PROMPT:
|
||||
while ( !$key ) {
|
||||
print `ls -l $data_file`;
|
||||
print "Send $data_file [Ynaq]: ";
|
||||
$key = lc(<STDIN>);
|
||||
last DATA_FILE if $key eq 'q';
|
||||
|
Reference in New Issue
Block a user