optimization install

This commit is contained in:
Tokumeikoi 2020-02-08 16:19:22 +08:00
parent ec73224671
commit ffe05a5467

View File

@ -42,13 +42,11 @@ class V2boardInstall extends Command
public function handle() public function handle()
{ {
try { try {
$this->info(" $this->info("__ ______ ____ _ ");
__ ______ ____ _ $this->info("\ \ / /___ \| __ ) ___ __ _ _ __ __| | ");
\ \ / /___ \| __ ) ___ __ _ _ __ __| | $this->info(" \ \ / / __) | _ \ / _ \ / _` | '__/ _` | ");
\ \ / / __) | _ \ / _ \ / _` | '__/ _` | $this->info(" \ V / / __/| |_) | (_) | (_| | | | (_| | ");
\ V / / __/| |_) | (_) | (_| | | | (_| | $this->info(" \_/ |_____|____/ \___/ \__,_|_| \__,_| ");
\_/ |_____|____/ \___/ \__,_|_| \__,_|
");
if (\File::exists(base_path() . '/.lock')) { if (\File::exists(base_path() . '/.lock')) {
abort(500, 'V2board 已安装,如需重新安装请删除目录下.lock文件'); abort(500, 'V2board 已安装,如需重新安装请删除目录下.lock文件');
} }