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
c25347603b
commit
00c6e7c664
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ class Installer extends Command
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0);
|
$continue = $this->choice('Do you wish to continue?', ['yes', 'no'], 0);
|
||||||
$this->continue = $continue;
|
$this->continue = $continue;
|
||||||
if ($this->continue === 'no') {
|
if ($this->continue === 'no') {
|
||||||
$this->info('Exiting Installer.');
|
$this->info('Exiting Installer.');
|
||||||
|
@ -457,7 +457,7 @@ class Installer extends Command
|
||||||
|
|
||||||
if ($existing = $this->existingEnv($key, $payload)) {
|
if ($existing = $this->existingEnv($key, $payload)) {
|
||||||
} else {
|
} else {
|
||||||
$this->info("$key empty - $error");
|
$this->error("$key empty - $error");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue