Skip to content

Commit

Permalink
fix(chore): Syntax error line 106
Browse files Browse the repository at this point in the history
  • Loading branch information
MarantosGeorge committed Jan 6, 2025
1 parent b3ab5a2 commit 48905d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/snort.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Install-Snort {
Unregister-ScheduledTask -TaskName $taskName -Confirm:$false
Write-Host "Scheduled Task already exists, Unregisting to Update Scheduled Task"
}
Register-ScheduledTask -TaskName $taskName -Action $taskAction -Trigger $taskTrigger - Settings $taskSettings -RunLevel Highest
Register-ScheduledTask -TaskName $taskName -Action $taskAction -Trigger $taskTrigger -Settings $taskSettings -RunLevel Highest
Write-Host "Registering Snort to Run at Startup"


Expand Down

0 comments on commit 48905d7

Please sign in to comment.