Skip to content

Commit

Permalink
chore: skip webcamd when unattended
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Nov 22, 2023
1 parent 0e00248 commit 2cb4156
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ main() {
status_msg "Running apt-get update first ..." "1"
fi

detect_existing_webcamd

if [[ "${CROWSNEST_UNATTENDED}" != "1" ]]; then
msg "Doing some tests ...\n"
detect_existing_webcamd
if shallow_cs_dependencies_check; then
CN_INSTALL_CS="1"
else
Expand Down

0 comments on commit 2cb4156

Please sign in to comment.