diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 0ceac31..a82f02a 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -301,7 +301,7 @@ echo " # Checking $MEET_CONF file for errors " CHECKJS=$(esvalidate $MEET_CONF| cut -d ":" -f2) -if ($CHECKJS) < /dev/null > /dev/null 2>&1; then +if [[ -z "$CHECKJS" ]]; then echo " # The $MEET_CONF configuration seems correct. =) "