Remove dir
This commit is contained in:
parent
75e4d1e264
commit
aa460a3bb3
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ $app->post('/', function (Request $request, Response $response, Filesystem $stor
|
|||
cleanDirectory(__DIR__.'/../resources/cache');
|
||||
cleanDirectory(__DIR__.'/../resources/sessions');
|
||||
|
||||
//removeDirectory(__DIR__.'/../install');
|
||||
removeDirectory(__DIR__.'/../install');
|
||||
|
||||
// if is upgrading and existing installation, put it out maintenance
|
||||
if ($installed) {
|
||||
|
|
Loading…
Reference in a new issue