Skip to content

Commit

Permalink
Update install.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jul 13, 2024
1 parent 23f790f commit ffc3c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ get_connected_cameras()
if [[ -n ${RPI_MODELS} ]]; then
CC="RPi"
if [[ -z ${FUNCTION} ]]; then
# shellcheck disable=SC2034
local CT_ CN_ MODEL SENSOR
while read -r CT_ CN_ MODEL SENSOR
do
Expand Down

0 comments on commit ffc3c2a

Please sign in to comment.