mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 00:12:25 +00:00
[eqemu_server.pl] Fix database dump script utility
This commit is contained in:
parent
19183f958e
commit
462349ad84
@ -928,7 +928,7 @@ sub check_for_database_dump_script{
|
||||
$start_dir
|
||||
);
|
||||
for my $file (@files) {
|
||||
if($file=~/db_dumper/i){
|
||||
if($file=~/database_dumper/i){
|
||||
$destination_file = $file;
|
||||
$destination_file =~s/updates_staged\///g;
|
||||
print "[Install] Installing :: " . $destination_file . "\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user