This commit is contained in:
Lucas Gravley 2020-07-21 10:24:16 -05:00
parent 8510e56817
commit d7c8d9be35

View file

@ -834,7 +834,7 @@ CallStatusAPI() {
##########################################################
# Check to see if were enabled for multi Status mesaages #
##########################################################
if [ $MULTI_STATUS == "true" ]; then
if [ "$MULTI_STATUS" == "true" ]; then
##############################################
# Call the status API to create status check #
##############################################