Daniel Gibbs
3 years ago
No known key found for this signature in database
GPG Key ID: 7CA38B43F78F12FE
1 changed files with
1 additions and
0 deletions
-
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 |
|
|