Update -logs.ps1

This commit is contained in:
I-Am-Jakoby 2022-12-24 23:06:05 -06:00 committed by GitHub
parent 6d95dbac45
commit d584a82b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ while ($true) {
while ((Get-Date -Date $t) -gt (Get-Date))
{
# sleeps
if((get-date) -gt (Get-content "$env:appdata\-locker\killswitch.txt")){exit}
(Get-Date -Date $t) - (Get-Date) | Start-Sleep
}