[eqemu_server.pl] Fix database dump script utility

This commit is contained in:
Akkadius 2018-01-17 03:47:33 -06:00
parent 19183f958e
commit 462349ad84

View File

@ -928,7 +928,7 @@ sub check_for_database_dump_script{
$start_dir $start_dir
); );
for my $file (@files) { for my $file (@files) {
if($file=~/db_dumper/i){ if($file=~/database_dumper/i){
$destination_file = $file; $destination_file = $file;
$destination_file =~s/updates_staged\///g; $destination_file =~s/updates_staged\///g;
print "[Install] Installing :: " . $destination_file . "\n"; print "[Install] Installing :: " . $destination_file . "\n";