mirror of https://github.com/pixelfed/pixelfed.git
Update Installer.php
This commit is contained in:
parent
83bb370ec9
commit
4da076c756
|
@ -80,8 +80,8 @@ class Installer extends Command
|
||||||
$this->instanceSettings();
|
$this->instanceSettings();
|
||||||
$this->mediaSettings();
|
$this->mediaSettings();
|
||||||
$this->dbMigrations();
|
$this->dbMigrations();
|
||||||
$this->resetArtisanCache();
|
|
||||||
$this->validateEnv();
|
$this->validateEnv();
|
||||||
|
$this->resetArtisanCache();
|
||||||
} else {
|
} else {
|
||||||
$this->info('Installer: Simple...');
|
$this->info('Installer: Simple...');
|
||||||
$this->checkDiskPermissions();
|
$this->checkDiskPermissions();
|
||||||
|
@ -92,8 +92,8 @@ class Installer extends Command
|
||||||
$this->activityPubSettings();
|
$this->activityPubSettings();
|
||||||
$this->instanceSettings();
|
$this->instanceSettings();
|
||||||
$this->dbMigrations();
|
$this->dbMigrations();
|
||||||
$this->resetArtisanCache();
|
|
||||||
$this->validateEnv();
|
$this->validateEnv();
|
||||||
|
$this->resetArtisanCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue