mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 04:53:53 +00:00
Update Installer.php
This commit is contained in:
parent
fc811416f3
commit
a2090f5445
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class Installer extends Command
|
||||||
protected function envCreate()
|
protected function envCreate()
|
||||||
{
|
{
|
||||||
$this->line('');
|
$this->line('');
|
||||||
|
$this->info('Creating .env if required');
|
||||||
if(!file_exists(app()->environmentFilePath())) {
|
if(!file_exists(app()->environmentFilePath())) {
|
||||||
exec('cp .env.example .env');
|
exec('cp .env.example .env');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue