Skip to content

Commit

Permalink
Hide the nobody CIFS share
Browse files Browse the repository at this point in the history
We may need a different fix is one can be found.  I've seen several
reports of this share in bookworm, but this was the only solution
noted.

Fixes #1767
  • Loading branch information
cpinkham committed Jan 29, 2024
1 parent 8ad07fc commit ed0a433
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SD/FPP_Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,9 @@ if $isimage; then
echo "FPP - Configuring Samba"
cat <<-EOF >> /etc/samba/smb.conf
[nobody]
browseable = no
[FPP]
comment = FPP Media Share
path = ${FPPHOME}/media
Expand Down

0 comments on commit ed0a433

Please sign in to comment.