mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 10:15:22 +00:00
fping is in sbin
This commit is contained in:
parent
b62776733a
commit
040265c7e0
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ cat > ${LIBRENMS_PATH}/config.d/user.php <<EOL
|
|||
EOL
|
||||
|
||||
# Config : Fping
|
||||
echo "/usr/bin/fping -6 \$@" > /usr/bin/fping6
|
||||
chmod +x /usr/bin/fping6
|
||||
echo "/usr/sbin/fping -6 \$@" > /usr/sbin/fping6
|
||||
chmod +x /usr/sbin/fping6
|
||||
cat > ${LIBRENMS_PATH}/config.d/fping.php <<EOL
|
||||
<?php
|
||||
\$config['fping'] = "/usr/sbin/fping";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue