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
51eeb26185
commit
56ebd8c06c
1 changed files with 0 additions and 6 deletions
|
@ -111,12 +111,6 @@ class Installer extends Command
|
|||
|
||||
protected function envCreate()
|
||||
{
|
||||
if( $this->option('dangerously-overwrite-env') ) {
|
||||
$this->line('');
|
||||
$this->error('Existing .env File Found - Renaming to .env.danger');
|
||||
exec('cp .env .env.danger');
|
||||
}
|
||||
|
||||
$this->line('');
|
||||
$this->info('Creating .env if required');
|
||||
if(!file_exists(app()->environmentFilePath())) {
|
||||
|
|
Loading…
Reference in a new issue