Update vpn.md

fixed typo in test command
This commit is contained in:
Giaco 2022-07-10 19:15:35 +02:00 committed by GitHub
parent 58b4fd0523
commit ded699560b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ Before proceeding, you will need to download a copy of your VPN provider's confi
su - -c 'notify-send "$(hostname): LINK IS DOWN !" --icon=dialog-error' user
# Restart the VPN automatically
if [[! -e /run/systemd/shutdown/scheduled ]] ; then
if [[ ! -e /run/systemd/shutdown/scheduled ]] ; then
sleep 5s
sudo /rw/config/rc.local
else