Fix string comparison

This commit is contained in:
2022-05-13 10:33:03 +02:00
parent 14a3bec7ee
commit dae180ff4a

View File

@@ -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-]*$"`