mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
step status refactor
This commit is contained in:
@@ -31,10 +31,12 @@ use LibreNMS\Util\EnvHelper;
|
||||
|
||||
class FinalizeController extends InstallationController implements InstallerStep
|
||||
{
|
||||
protected $step = 'finish';
|
||||
|
||||
public function index()
|
||||
{
|
||||
if (!$this->enabled()) {
|
||||
return redirect()->route('install');
|
||||
if (!$this->initInstallStep()) {
|
||||
return $this->redirectToIncomplete();
|
||||
}
|
||||
|
||||
$env = '';
|
||||
|
||||
Reference in New Issue
Block a user