Skip to content

Commit

Permalink
Merge pull request #2775 from thomasjacquin/install.sh-use-$CAMERA-in…
Browse files Browse the repository at this point in the history
…stead-of-$CAMERA_TYPE

Update install.sh: use $CAMERA instead of $CAMERA_TYPE
  • Loading branch information
EricClaeys authored Jun 13, 2023
2 parents b265ee2 + c6631c3 commit 462c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ CAMERA_to_CAMERA_TYPE()
echo "RPi"
else
display_msg --log error "Unknown CAMERA: '${CAMERA}'"
exit_installation 1 "${STATUS_CLEAR}" "unknown CAMERA_TYPE: '${CAMERA_TYPE}'"
exit_installation 1 "${STATUS_CLEAR}" "unknown CAMERA: '${CAMERA}'"
fi
}

Expand Down

0 comments on commit 462c670

Please sign in to comment.