remove the auto install file after using it
This commit is contained in:
parent
717209e8f0
commit
46b0526496
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user