diff --git a/install/index.php b/install/index.php index df53d61..054c696 100644 --- a/install/index.php +++ b/install/index.php @@ -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) {