Fix name of IPMI check again

This commit is contained in:
Joshua Boniface 2021-11-02 22:21:16 -04:00
parent 99682c16a2
commit dd60b6b9ea
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 }')