mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 01:02:26 +00:00
Fix for proper script exit eqemu_update.pl [skip ci]
This commit is contained in:
parent
ffe1bede52
commit
893f752520
@ -330,6 +330,7 @@ sub database_dump_compress {
|
|||||||
sub script_exit{
|
sub script_exit{
|
||||||
#::: Cleanup staged folder...
|
#::: Cleanup staged folder...
|
||||||
rmtree("updates_staged/");
|
rmtree("updates_staged/");
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#::: Returns Tab Delimited MySQL Result from Command Line
|
#::: Returns Tab Delimited MySQL Result from Command Line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user