Ticket #5975: mythtv-5975-restore-exclude_script_from_file_selection.patch
File mythtv-5975-restore-exclude_script_from_file_selection.patch, 887 bytes (added by , 17 years ago) |
---|
-
programs/scripts/database/mythconverg_restore.pl
old new 13 13 14 14 # Script info 15 15 $NAME = 'MythTV Database Restore Script'; 16 $VERSION = '1.0. 2';16 $VERSION = '1.0.3'; 17 17 18 18 # Some variables we'll use here 19 19 our ($username, $homedir, $mythconfdir, $database_information_file); … … 769 769 } 770 770 } 771 771 my @files = <$backup_conf{'directory'}/$backup_conf{'filename'}*>; 772 @files = grep(!/.*mythconverg_(backup|restore).pl$/, @files); 772 773 my $num_files = @files; 773 774 if ($num_files < 1) 774 775 {