From 35e3881264aef21c54d78f2ce0c30212cb11f410 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 16 Mar 2026 17:55:32 +0000 Subject: [PATCH] update --- update.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.ps1 b/update.ps1 index cbabdab..d9b66b0 100644 --- a/update.ps1 +++ b/update.ps1 @@ -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"