foam_sync.ps1 (LIFEBALANCE) 2025-06-19T18:54:29Z
This commit is contained in:
@ -54,6 +54,10 @@ try {
|
||||
-and $currentTrigger.RepetitionInterval.TotalMinutes -eq $trigger.RepetitionInterval.TotalMinutes) {
|
||||
$triggerMatches = $true
|
||||
}
|
||||
else {
|
||||
Write-Warning "trigger does not match: want $($trigger.RepetitionInterval.TotalMinutes), got $($currentTrigger.RepetitionInterval.TotalMinutes)"
|
||||
}
|
||||
|
||||
|
||||
# Check Action
|
||||
Write-Host "Checking action..."
|
||||
|
||||
Reference in New Issue
Block a user