Skip to content

Commit

Permalink
Update install.sh: Pass --dctu to get_connected_cameras_info
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 7, 2024
1 parent c54dcfb commit 1885bc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,9 @@ get_connected_cameras()

# RPi format: RPi \t camera_number \t camera_sensor [\t optional_other_stuff]
# ZWO format: ZWO \t camera_number \t camera_model
# "--dctu" means determineCommandToUse() was already run
# "true" == ignore errors
get_connected_cameras_info "true" > "${CONNECTED_CAMERAS_INFO}" 2>/dev/null
get_connected_cameras_info --dctu "true" > "${CONNECTED_CAMERAS_INFO}" 2>/dev/null

# Get the RPi connected cameras, if any.
CC=""
Expand Down Expand Up @@ -3901,4 +3902,4 @@ else
fi

display_msg progress "\nEnjoy Allsky!\n"
exit_installation 0 "${STATUS_OK}" ""
exit_installation 0 "${STATUS_OK}" ""

0 comments on commit 1885bc1

Please sign in to comment.