Skip to content

Commit

Permalink
Update install.sh: Send output to log only
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 29, 2024
1 parent 0595749 commit b06d7d0
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 @@ -288,7 +288,7 @@ setup_rpi_supported_cameras()
fi

local MSG="Creating ${RPi_SUPPORTED_CAMERAS} with '${CMD}' entries."
display_msg --log progress "${MSG}"
display_msg --logonly info "${MSG}"

# Remove comment and blank lines and lines for the command we are NOT using.
grep -v -E "^\$|^#|^${notCMD}" "${ALLSKY_REPO}/${B}.repo" > "${RPi_SUPPORTED_CAMERAS}"
Expand Down

0 comments on commit b06d7d0

Please sign in to comment.