Fix name of IPMI check again

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:28 -04:00
parent 44cedf66c9
commit fc5bcf139c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if ! which ipmitool >/dev/null 2>&1 || ! which fping >/dev/null 2>&1 ; then
exit
fi
echo "<<<ipmi-reachability>>>"
echo "<<<ipmi_reachability>>>"
# Grab IPMI IP from interfaces file
IPMIIP_INTERFACES=$(grep 'ipmitool' /etc/network/interfaces.d/ipmi | grep -v 'defgw' | grep 'ipaddr' | awk '{ print $NF }')