Skip to content

Commit

Permalink
Update install.sh: Pass results of determineCommandToUse()
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 8, 2024
1 parent 33574ea commit 531c311
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 @@ -312,7 +312,7 @@ 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
# "true" == ignore errors
get_connected_cameras_info "true" > "${CONNECTED_CAMERAS_INFO}" 2>/dev/null
get_connected_cameras_info --cmd "${CMD}" "true" > "${CONNECTED_CAMERAS_INFO}" 2>/dev/null

# Get the RPi connected cameras, if any.
CC=""
Expand Down

0 comments on commit 531c311

Please sign in to comment.