We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae9bed9 + 2068b54 commit 93864b8Copy full SHA for 93864b8
autorun.ps1
@@ -264,6 +264,8 @@ if ($pm2 -and $nodeExe) {
264
Write-Host "已创建/更新每 6 小时更新任务:$taskUpdate" -ForegroundColor Green
265
}
266
267
+# ------ 退出虚拟环境 ------
268
+deactivate
269
# ---------- 完成 ----------
270
$ip = (ipconfig | Select-String "IPv4 地址" | Select-Object -First 1).ToString().Split(":")[-1].Trim()
271
$public = (Invoke-RestMethod "https://ipinfo.io/ip")
0 commit comments