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"