mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
More tweaks [skip ci]
This commit is contained in:
@@ -2006,7 +2006,7 @@ sub lua_modules_fetch
|
|||||||
|
|
||||||
if (!-e $destination_file) {
|
if (!-e $destination_file) {
|
||||||
copy_file($staged_file, $destination_file);
|
copy_file($staged_file, $destination_file);
|
||||||
print "[Install] Installing :: '" . $destination_file . "'\n";
|
print "[Install] Installing [" . $destination_file . "]\n";
|
||||||
$fc++;
|
$fc++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -2023,7 +2023,7 @@ sub lua_modules_fetch
|
|||||||
copy_file($destination_file, $backup_dest);
|
copy_file($destination_file, $backup_dest);
|
||||||
#::: Copy staged to running
|
#::: Copy staged to running
|
||||||
copy($staged_file, $destination_file);
|
copy($staged_file, $destination_file);
|
||||||
print "[Install] Installing :: '" . $destination_file . "'\n\n";
|
print "[Install] Installing [" . $destination_file . "]\n\n";
|
||||||
}
|
}
|
||||||
$fc++;
|
$fc++;
|
||||||
}
|
}
|
||||||
@@ -2068,7 +2068,7 @@ sub plugins_fetch
|
|||||||
|
|
||||||
if (!-e $destination_file) {
|
if (!-e $destination_file) {
|
||||||
copy_file($staged_file, $destination_file);
|
copy_file($staged_file, $destination_file);
|
||||||
print "[Install] Installing :: '" . $destination_file . "'\n";
|
print "[Install] Installing [" . $destination_file . "]\n";
|
||||||
$fc++;
|
$fc++;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -2085,7 +2085,7 @@ sub plugins_fetch
|
|||||||
copy_file($destination_file, $backup_dest);
|
copy_file($destination_file, $backup_dest);
|
||||||
#::: Copy staged to running
|
#::: Copy staged to running
|
||||||
copy($staged_file, $destination_file);
|
copy($staged_file, $destination_file);
|
||||||
print "[Install] Installing :: '" . $destination_file . "'\n\n";
|
print "[Install] Installing [" . $destination_file . "]\n\n";
|
||||||
}
|
}
|
||||||
$fc++;
|
$fc++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user