From dd882d77d5fcfc411345b232df356a3f27ebe9b0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 6 Apr 2023 22:44:25 +0100 Subject: [PATCH] comment --- lgsm/functions/check_ip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index fc5d70f2c..7b9923dc2 100755 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -18,6 +18,7 @@ for ip_command in "${ip_commands_array[@]}"; do fi done +# Used to get the server interface link speed. ethtool_commands_array=("/bin/ethtool" "/usr/sbin/ethtool" "ethtool") for ethtool_command in "${ethtool_commands_array[@]}"; do if [ "$(command -v ${ethtool_command} 2> /dev/null)" ]; then