Skip to content

Commit

Permalink
Merge pull request #37 from andrey-utkin/recordings-dir-not-writable
Browse files Browse the repository at this point in the history
Make default recordings dir writable also for webserver
  • Loading branch information
curtishall authored Nov 28, 2023
2 parents 3779f6b + e116788 commit f38b5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo "> Writing /etc/bluecherry.conf"

echo "> chown bluecherry:bluecherry /var/lib/bluecherry/recordings"
chown bluecherry:bluecherry /var/lib/bluecherry/recordings
chmod ug+rwx /var/lib/bluecherry/recordings


# The bluecherry container's Dockerfile sets rsyslog to route the bluecherry
Expand Down

0 comments on commit f38b5cf

Please sign in to comment.