mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-11-08 17:23:07 -05:00
Update vpn.md
fixed typo in test command
This commit is contained in:
parent
58b4fd0523
commit
ded699560b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue