From dae180ff4ab8d7f62d84ef59344900d847f4fa8c Mon Sep 17 00:00:00 2001 From: Siphalor Date: Fri, 13 May 2022 10:33:03 +0200 Subject: [PATCH] Fix string comparison --- bora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bora.sh b/bora.sh index 10645a4..6d32d67 100644 --- a/bora.sh +++ b/bora.sh @@ -2,7 +2,7 @@ webcams=webcams.webm deskshare=deskshare.webm -if [ $1 != "-" ] +if [ "$1" != "-" ] then echo "=== Downloading video files ===" meetingId=`echo $1 | grep -o "[a-z0-9-]*$"`