mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-11 07:28:13 -04:00
update XboardInstall.php
This commit is contained in:
parent
cf37376b65
commit
871514dd4c
@ -175,6 +175,7 @@ class XboardInstall extends Command
|
|||||||
// 连接失败,输出错误消息
|
// 连接失败,输出错误消息
|
||||||
$this->error("redis连接失败:" . $e->getMessage());
|
$this->error("redis连接失败:" . $e->getMessage());
|
||||||
$this->info("请重新输入REDIS配置");
|
$this->info("请重新输入REDIS配置");
|
||||||
|
$enableRedis = false;
|
||||||
sleep(1);
|
sleep(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user