Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSchoenburg authored Apr 13, 2022
1 parent e87d262 commit 812035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PowerShell script that sends push notifications via Pushover for predefined moni

# Known Issues
1. Bypass Execution Policys like this: `PowerShell.exe -ExecutionPolicy Bypass -File "$($env:USERPROFILE)\Downloads\New-PushMon.ps1"`
2. The ASCII Art in the Code can case an error under on computers. The error will say, there would be an unexpected "}" at line 277 position 5.
2. The ASCII art in the code can cause an error under on computers. The error will say, there would be an unexpected "}" at line 277 position 5.

# Possible Shortcut
`PowerShell.exe -ExecutionPolicy Bypass -File "%userprofile%\Downloads\New-PushMon.ps1" -Method CursorAtPos -ApiToken IncertHere -UserKey IncertHere`

0 comments on commit 812035c

Please sign in to comment.