update
This commit is contained in:
@@ -75,6 +75,6 @@ Log "==> Restart GoMagVending..." "Cyan"
|
|||||||
nssm restart GoMagVending 2>&1 | Out-Null
|
nssm restart GoMagVending 2>&1 | Out-Null
|
||||||
|
|
||||||
Start-Sleep -Seconds 3
|
Start-Sleep -Seconds 3
|
||||||
$status = nssm status GoMagVending 2>&1
|
$status = (nssm status GoMagVending 2>&1) -replace '\0',''
|
||||||
Log "Serviciu: $status" "Green"
|
Log "Serviciu: $status" "Green"
|
||||||
Log "Update complet!" "Green"
|
Log "Update complet!" "Green"
|
||||||
|
|||||||
Reference in New Issue
Block a user