Skip to content

Commit a5a36e5

Browse files
committed
fix: fix add_update_entry condition
Signed-off-by: Stephan Wendel <[email protected]>
1 parent 43b86a3 commit a5a36e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,7 @@ main() {
566566
install_raspicam_fix
567567

568568
## Step 12: Add moonraker update_manager entry
569-
if [[ "${CROWSNEST_UNATTENDED}" = "1" ]] ||
570-
[[ "${CROWSNEST_ADD_CROWSNEST_MOONRAKER}" = "1" ]]; then
569+
if [[ "${CROWSNEST_ADD_CROWSNEST_MOONRAKER}" = "1" ]]; then
571570
add_update_entry
572571
fi
573572

0 commit comments

Comments
 (0)