remove the auto install file after using it

This commit is contained in:
Shish 2009-07-15 22:20:10 +01:00
parent 179e18abb2
commit 4f14197577

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();