diff --git a/PS/ServerCheck.ps1 b/PS/ServerCheck.ps1 index 3c6b89e..08f3c33 100755 --- a/PS/ServerCheck.ps1 +++ b/PS/ServerCheck.ps1 @@ -1,6 +1,6 @@ $source = "https://uptime.cabinbagonly.co.uk/api/push/4jW4smdg8B?status=up" -$destination = "C:\crap.txt" +$destination = $nul Invoke-WebRequest -Uri $source -OutFile $destination -Remove-Item $destination +# Remove-Item $destination