Browse Source

comment

pull/4200/head
Daniel Gibbs 3 years ago
parent
commit
dd882d77d5
No known key found for this signature in database GPG Key ID: 7CA38B43F78F12FE
  1. 1
      lgsm/functions/check_ip.sh

1
lgsm/functions/check_ip.sh

@ -18,6 +18,7 @@ for ip_command in "${ip_commands_array[@]}"; do
fi fi
done done
# Used to get the server interface link speed.
ethtool_commands_array=("/bin/ethtool" "/usr/sbin/ethtool" "ethtool") ethtool_commands_array=("/bin/ethtool" "/usr/sbin/ethtool" "ethtool")
for ethtool_command in "${ethtool_commands_array[@]}"; do for ethtool_command in "${ethtool_commands_array[@]}"; do
if [ "$(command -v ${ethtool_command} 2> /dev/null)" ]; then if [ "$(command -v ${ethtool_command} 2> /dev/null)" ]; then

Loading…
Cancel
Save