From 1885bc10e759718a6a1feb92479583e362c05525 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:24:18 -0600 Subject: [PATCH] Update install.sh: Pass --dctu to get_connected_cameras_info --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 87ae62db1..a2ad54cd2 100755 --- a/install.sh +++ b/install.sh @@ -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="" @@ -3901,4 +3902,4 @@ else fi display_msg progress "\nEnjoy Allsky!\n" -exit_installation 0 "${STATUS_OK}" "" \ No newline at end of file +exit_installation 0 "${STATUS_OK}" ""