You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "WARNING: Reboot is required. At least one updated library, service or kernel detected\nSee Red Hat article <a>https://access.redhat.com/solutions/27943</a>"
exit 1
elif [[ ${RESULT} -eq 0 ]]; then
echo "OK: No system reboot required"
exit 0
else
echo "UNKNOWN: $0 failed (is yum-utils installed? are you running el7 or newer?)"