refactor(nginx): 将 autoConfigureNginx 改为异步函数

This commit is contained in:
zhang1106
2026-05-09 14:46:37 +08:00
parent 779863cf47
commit d60f5bf808
+1 -1
View File
@@ -1799,7 +1799,7 @@ server {
*
* 自动复制配置文件到系统目录并启用
*/
function autoConfigureNginx() {
async function autoConfigureNginx() {
log.step('配置 Nginx');
if (!isNginxInstalled()) {