mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Remove install_variables on install completion (Linux) [skip ci]
This commit is contained in:
parent
61fb708b73
commit
90a9b98ae6
@ -289,6 +289,10 @@ sub new_server {
|
|||||||
|
|
||||||
show_install_summary_info();
|
show_install_summary_info();
|
||||||
|
|
||||||
|
if($OS eq "Linux") {
|
||||||
|
unlink('/home/eqemu/install_variables.txt');
|
||||||
|
}
|
||||||
|
|
||||||
rmtree('updates_staged');
|
rmtree('updates_staged');
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user