fix new task

This commit is contained in:
vat_emp 2023-03-28 11:59:09 +02:00
parent 712c22f1cc
commit 414bbbd71e
8 changed files with 1 additions and 10 deletions

View File

@ -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'"

View File

@ -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'"

View File

@ -1,3 +0,0 @@
#!/bin/sh
ggagwagwgwawa

View File