remove the auto install file after using it

This commit is contained in:
Shish 2009-07-15 22:20:10 +01:00
parent 717209e8f0
commit 46b0526496

View File

@ -86,6 +86,7 @@ function do_install() { // {{{
}
else if(file_exists("auto_install.conf")) {
install_process(trim(file_get_contents("auto_install.conf")));
unlink("auto_install.conf");
}
else {
begin();