mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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/
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user