modified 优化安装脚本

This commit is contained in:
zhaoxiang 2020-10-10 15:59:28 +08:00
parent 9680a01990
commit 2cf06f7265

View File

@ -28,7 +28,7 @@ class Install extends Command {
if (file_exists($lockFile)) {
$output->highlight("You have already installed it, please do not reinstall");
$output->highlight("If necessary, delete the app/install/lock.ini and try again");
$output->highlight("If necessary, delete the install/lock.ini and try again");
exit;
}