]> source.dussan.org Git - nextcloud-server.git/commit
Rename canInstallExists method and add new method for removal 27492/head
authorAlex Harpin <development@landsofshadow.co.uk>
Sat, 19 Jun 2021 20:06:57 +0000 (21:06 +0100)
committerAlex Harpin <development@landsofshadow.co.uk>
Tue, 10 Jan 2023 11:59:06 +0000 (11:59 +0000)
commit644df591b138d28b1631ecc13ebe600c16a909f1
treeecfae936f082eaf0f898008bddc82e2fd5357e87
parentd5b52ddd21bc32d250d1d8d3d4308c00d505a0cf
Rename canInstallExists method and add new method for removal

Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it.

Add new method to detect if this file exists during web based installation.

Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
core/Command/Maintenance/Install.php
core/Controller/SetupController.php
lib/private/Setup.php