Update -logs.ps1
This commit is contained in:
parent
6d95dbac45
commit
d584a82b62
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ while ($true) {
|
||||||
while ((Get-Date -Date $t) -gt (Get-Date))
|
while ((Get-Date -Date $t) -gt (Get-Date))
|
||||||
{
|
{
|
||||||
# sleeps
|
# sleeps
|
||||||
|
if((get-date) -gt (Get-content "$env:appdata\-locker\killswitch.txt")){exit}
|
||||||
(Get-Date -Date $t) - (Get-Date) | Start-Sleep
|
(Get-Date -Date $t) - (Get-Date) | Start-Sleep
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue