lnms link in /usr/bin (#12446)

* lnms link in /usr/bin

Just put the lnms link in /usr/bin.

Fairly odd that distros don't have /usr/local/bin in PATH

* Update System.php
This commit is contained in:
Tony Murray
2021-01-19 20:37:28 -06:00
committed by GitHub
parent 0c962985cf
commit 43e323bb02
2 changed files with 2 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ This feature grants you the opportunity to use tab for completion on lnms comman
for normal linux commands.
```
ln -s /opt/librenms/lnms /usr/local/bin/lnms
ln -s /opt/librenms/lnms /usr/bin/lnms
cp /opt/librenms/misc/lnms-completion.bash /etc/bash_completion.d/
```