Skip to content

Commit

Permalink
Adjust owner of logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eat-sleep-code committed Feb 3, 2024
1 parent 6e05561 commit 3fdf017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion camera.timelapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import threading
import time

version = '2024.02.02'
version = '2024.02.03'


# Kill other camera script(s)
Expand Down
1 change: 1 addition & 0 deletions install-camera.timelapse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ sudo chmod +x camera.timelapse.upload.py
sudo chmod +x echo-server.py
sudo mkdir -p ~/dcim
sudo chown -R $USER:$USER ~/dcim
sudo chown -R $USER:$USER ~/logs


echo ''
Expand Down

0 comments on commit 3fdf017

Please sign in to comment.