mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 21:52:26 +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
|
$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";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user