This commit is contained in:
Claude Agent
2026-03-16 17:55:32 +00:00
parent 2ad051efbc
commit 35e3881264

View File

@@ -75,6 +75,6 @@ Log "==> Restart GoMagVending..." "Cyan"
nssm restart GoMagVending 2>&1 | Out-Null
Start-Sleep -Seconds 3
$status = nssm status GoMagVending 2>&1
$status = (nssm status GoMagVending 2>&1) -replace '\0',''
Log "Serviciu: $status" "Green"
Log "Update complet!" "Green"