1
0
Fork 0
mirror of https://github.com/QubesOS/qubes-doc.git synced 2025-05-12 03:35:00 -04:00
This commit is contained in:
ttasket 2016-06-05 02:57:51 -04:00
parent 9f512be79f
commit fab1c3043c

View file

@ -121,7 +121,7 @@ Using a ProxyVM to set up a VPN client gives you the ability to:
``` ```
#!/bin/bash #!/bin/bash
set -e set -e
export PATH=$PATH:/usr/sbin:/sbin export PATH="$PATH:/usr/sbin:/sbin"
case "$1" in case "$1" in