Add documentation note about sudo and sudoers "secure_path" option (#757).
This commit is contained in:
parent
c687dafdd2
commit
1fed44f905
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ borgmatic --version
|
||||||
|
|
||||||
If borgmatic is properly installed, that should output your borgmatic version.
|
If borgmatic is properly installed, that should output your borgmatic version.
|
||||||
You can also try `sudo borgmatic --version` if you intend to run borgmatic
|
You can also try `sudo borgmatic --version` if you intend to run borgmatic
|
||||||
with `sudo`.
|
with `sudo`. If that doesn't work, you may need to update your [sudoers
|
||||||
|
`secure_path` option](https://wiki.archlinux.org/title/Sudo).
|
||||||
|
|
||||||
|
|
||||||
### Other ways to install
|
### Other ways to install
|
||||||
|
|
Loading…
Reference in a new issue