diff --git a/install/index.php b/install/index.php index 054c696..df53d61 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) { diff --git a/install/templates/install.twig b/install/templates/install.twig index 2d221e1..673daf5 100644 --- a/install/templates/install.twig +++ b/install/templates/install.twig @@ -24,7 +24,7 @@