foam_sync.ps1 (LIFEBALANCE) 2025-06-19T13:49:04Z

This commit is contained in:
Ben Miller
2025-06-19 13:49:04 -06:00
parent a40e04dc70
commit 65ce3cd800

View File

@ -75,7 +75,7 @@ try {
$settingsMatch = $true $settingsMatch = $true
} }
else { 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) { if ($triggerMatches -and $actionMatches -and $principalMatches -and $settingsMatch) {