foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:49:04Z
This commit is contained in:
@ -75,7 +75,7 @@ try {
|
||||
$settingsMatch = $true
|
||||
}
|
||||
else {
|
||||
Write-Warning "settings do not match: want "
|
||||
Write-Warning "settings do not match: want $taskExecutionTimeLimit, got $existingTask.Settings.ExecutionTimeLimit"
|
||||
}
|
||||
|
||||
if ($triggerMatches -and $actionMatches -and $principalMatches -and $settingsMatch) {
|
||||
|
||||
Reference in New Issue
Block a user