Update cf-setup.ps1

This commit is contained in:
starry
2025-08-11 02:49:19 +08:00
committed by GitHub
parent 18ad944345
commit 33b83d3cef

View File

@@ -216,7 +216,7 @@ if ($mode -eq "1") {
Write-ColorMessage "Service started successfully, waiting for log output..." Green
$domain = $null
for ($i = 0; $i -lt 30; $i++) {
for ($i = 0; $i -lt 60; $i++) {
Start-Sleep -Seconds 1
if (Test-Path $logPath) {