mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Remove install_variables on install completion (Linux) [skip ci]
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user