Updated installer for Elon
This commit is contained in:
parent
93c2422169
commit
c4a5ea5d00
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class YellowInstall {
|
||||||
echo "The installation has not been completed. Please run command again.\n";
|
echo "The installation has not been completed. Please run command again.\n";
|
||||||
} else {
|
} else {
|
||||||
$extensions = count($this->yellow->extension->data);
|
$extensions = count($this->yellow->extension->data);
|
||||||
echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors.\n";
|
echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors\n";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$statusCode = 500;
|
$statusCode = 500;
|
||||||
|
|
Loading…
Reference in a new issue