Skip to content

Commit

Permalink
Update ohd_camera_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 4, 2024
1 parent 2c7c14d commit 7e805dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ohd_camera_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ case $config_file_content in
esac


# Prepare everything
# Preparing everything
echo "Camera Type: $cam_type"
echo "Current Config:"
cp /boot/config.txt /boot/config.txt.bak
grep '^dtoverlay' /boot/config.txt
removing old configs
sed -i '/#OPENHD_DYNAMIC_CONTENT_BEGIN#/q' /boot/config.txt


Expand Down

0 comments on commit 7e805dd

Please sign in to comment.