mirror of https://github.com/pixelfed/pixelfed.git
Update Installer.php
This commit is contained in:
parent
26da1c550d
commit
825365a6b6
|
@ -113,7 +113,7 @@ class Installer extends Command
|
|||
{
|
||||
$this->line('');
|
||||
if(!file_exists(app()->environmentFilePath())) {
|
||||
exec('cp .env.installer .env');
|
||||
exec('cp .env.example .env');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue