From 92523376a8f36fa2b7985fa136f79215bcf727e3 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 6 Jul 2022 13:18:01 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 447e992..ebc8a55 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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. ```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" \ mailtos://user:pass@example.com?mode=ssl&smtp=smtp.example.com&from=Chris # ^ ^^