Update load_grainmedia, fix sensor name transfer (#1464)

pull/1468/head
Signor Pellegrino 2024-06-08 00:56:48 +03:00 committed by GitHub
parent 55c619d3ed
commit 6378e80e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ else
fi
fi
if [ "$1" != "" ]; then
video_frontend=$1
if [ "$2" != "" ]; then
video_frontend=$2
else
video_frontend=${SENSOR}
fi