mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update Installer.php
This commit is contained in:
parent
83bb370ec9
commit
4da076c756
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ class Installer extends Command
|
|||
$this->instanceSettings();
|
||||
$this->mediaSettings();
|
||||
$this->dbMigrations();
|
||||
$this->resetArtisanCache();
|
||||
$this->validateEnv();
|
||||
$this->resetArtisanCache();
|
||||
} else {
|
||||
$this->info('Installer: Simple...');
|
||||
$this->checkDiskPermissions();
|
||||
|
@ -92,8 +92,8 @@ class Installer extends Command
|
|||
$this->activityPubSettings();
|
||||
$this->instanceSettings();
|
||||
$this->dbMigrations();
|
||||
$this->resetArtisanCache();
|
||||
$this->validateEnv();
|
||||
$this->resetArtisanCache();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue