fix new task
This commit is contained in:
parent
712c22f1cc
commit
414bbbd71e
@ -5,4 +5,4 @@ $path2 = "VAT-Software"
|
||||
|
||||
$fullPath = Join-Path $path $path2
|
||||
|
||||
schtasks /create /sc minute /mo 15 /tn "Git pull" /tr "PowerShell $fullPath'\cron.ps1'"
|
||||
schtasks /create /sc minute /mo 5 /tn "Git pull" /tr "PowerShell $fullPath'\cron.ps1'"
|
@ -1,6 +0,0 @@
|
||||
$path = [Environment]::GetFolderPath("MyDocuments")
|
||||
$path2 = "VAT-Software"
|
||||
|
||||
$fullPath = Join-Path $path $path2
|
||||
|
||||
schtasks /create /sc minute /mo 15 /tn "Git pull" /tr "PowerShell $fullPath'\cron.ps1'"
|
Loading…
Reference in New Issue
Block a user