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