1
0
Fork 0
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:
Jonathan Senecal 2018-09-14 16:52:38 -04:00
parent b62776733a
commit 040265c7e0

View file

@ -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";