update frontend

This commit is contained in:
Tokumeikoi 2020-02-13 17:09:11 +08:00
parent 878a7da62c
commit 72ac20d387

View File

@ -99,6 +99,7 @@ class V2boardInstall extends Command
}
$this->info('一切就绪');
$this->info('访问 http(s)://你的站点/admin 进入管理面板');
\File::put(base_path() . '/.lock', time());
} catch (\Exception $e) {
$this->error($e->getMessage());