update to 2.2.8 version

update motd message
This commit is contained in:
jerry
2021-03-02 21:24:31 +08:00
parent 957c69bd1e
commit 4ff75cf199
9 changed files with 156 additions and 54 deletions

View File

@@ -39,7 +39,6 @@ class RunServerCommand extends Command
return Command::FAILURE;
}
}
if (LOAD_MODE == 0) echo "* This is repository mode.\n";
(new Framework($input->getOptions()))->start();
return Command::SUCCESS;
}