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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;