Updated installer for Elon

This commit is contained in:
markseu 2023-12-03 03:43:21 +01:00
parent 93c2422169
commit c4a5ea5d00

View file

@ -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;