mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 优化安装脚本
This commit is contained in:
parent
9680a01990
commit
2cf06f7265
@ -28,7 +28,7 @@ class Install extends Command {
|
|||||||
|
|
||||||
if (file_exists($lockFile)) {
|
if (file_exists($lockFile)) {
|
||||||
$output->highlight("You have already installed it, please do not reinstall!");
|
$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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user