Skip to content

Commit ca0e4e2

Browse files
author
Jonathan Wright
committed
Fix PATH locations used in documentation
The current setting was based on Arch Linux, on which this script was developed. More restrictive versions of OpenVPN settings have ment this is becoming an error. Documentation updated.
1 parent ffc2fe7 commit ca0e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ before the device is closed:
4848

4949
```
5050
script-security 2
51-
setenv PATH /usr/bin:/bin
51+
setenv PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
5252
up /etc/openvpn/update-systemd-resolved
5353
down /etc/openvpn/update-systemd-resolved
5454
down-pre

0 commit comments

Comments
 (0)