diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index d507cb0..97d9cf7 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -161,7 +161,7 @@ else echo "Memory: OK ($((mem_available/1024)) MiB)" MEM_MIN="Y" fi -if [ $CPU_MIN="Y" ] && [ $MEM_MIN="Y" ];then +if [ "$CPU_MIN" = "Y" ] && [ "$MEM_MIN" = "Y" ];then echo "All requirements seems meet!" echo "We hope you have a nice recording/streaming session" else