Remove install_variables on install completion (Linux) [skip ci]

This commit is contained in:
Chris Miles
2018-01-14 23:47:53 -06:00
committed by GitHub
parent 61fb708b73
commit 90a9b98ae6
+4
View File
@@ -289,6 +289,10 @@ sub new_server {
show_install_summary_info();
if($OS eq "Linux") {
unlink('/home/eqemu/install_variables.txt');
}
rmtree('updates_staged');
return;