diff --git a/app/Http/Middleware/InstallationMiddleware.php b/app/Http/Middleware/InstallationMiddleware.php index f27a1fbb..245e3f93 100644 --- a/app/Http/Middleware/InstallationMiddleware.php +++ b/app/Http/Middleware/InstallationMiddleware.php @@ -17,10 +17,6 @@ class InstallationMiddleware public function handle($request, Closure $next) { if (! InstallUtils::isDbCreated() || Setting::getSetting('profile_complete') !== 'COMPLETED') { - if (InstallUtils::dbMarkerExists()) { - InstallUtils::deleteDbMarker(); - } - return redirect('/installation'); }