Update vpn-troubleshooting.md

Fix typo
This commit is contained in:
zenkuro 2023-01-07 02:47:34 -05:00 committed by GitHub
parent c5314bed7f
commit a65a507db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ To check this tool is working properly run:
```bash ```bash
sudo notify-send "$(hostname): Test notify-send OK" --icon=network-idle sudo notify-send "$(hostname): Test notify-send OK" --icon=network-idle
``` ```
You should see `info` message appear on the top of your scree. You should see `info` message appear on the top of your screen.
If that is the case then, `notify-send` is not the issue. If that is the case then, `notify-send` is not the issue.
If it is not, and you have an error of some sort you can: If it is not, and you have an error of some sort you can:
1. Remove all calls of `notify-send` from scripts you are using to start VPN 1. Remove all calls of `notify-send` from scripts you are using to start VPN