Updated Troubleshooting (markdown)

master
Chris Caron 2022-07-06 13:18:01 -04:00
parent 67c3bc63b6
commit 92523376a8
1 changed files with 1 additions and 1 deletions

@ -163,7 +163,7 @@ If you are passing a URL on the Command Line Interface (CLI) of your Linux/Windo
The problem is that `&` characters are also interpreted by the CLI. The `&` causes the shell to execute everything defined before them into a background process. The problem is that `&` characters are also interpreted by the CLI. The `&` causes the shell to execute everything defined before them into a background process.
```bash ```bash
As a result.... This URL would be very problematic without quotes: # Here is an example of a problematic Apprise URL without "quotes":
apprise -vvv -b "Test Email" \ apprise -vvv -b "Test Email" \
mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris
# ^ ^^ # ^ ^^