Skip to content

Commit

Permalink
fix: fix camera-streamer dependencies check
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Dec 1, 2023
1 parent 9e1f106 commit fb67b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ clone_cstreamer() {
[[ -n "${CROWSNEST_UNATTENDED}" ]] || CROWSNEST_UNATTENDED="0"

## If CROWSNEST_UNATTENDED is 1, CN_INSTALL_CS should be already set
if [[ "${CROWSNEST_UNATTENDED}" = "0" ]] && [[ -n "${CN_INSTALL_CS}" ]]; then
if [[ "${CROWSNEST_UNATTENDED}" = "0" ]] && [[ -z "${CN_INSTALL_CS}" ]]; then
if shallow_cs_dependencies_check; then
CN_INSTALL_CS="1"
else
Expand Down

0 comments on commit fb67b63

Please sign in to comment.