Skip to content

Commit

Permalink
Update samba.sh to enable folders with symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
james-nguyen-ai authored Jan 7, 2025
1 parent 1081855 commit 5deff76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/samba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ addShare() {
echo " guest account = nobody"
echo " map to guest = Bad User"
echo " server min protocol = NT1"
echo " follow symlinks = yes"
echo " wide links = yes"
echo " unix extensions = no"
echo ""
echo " # disable printing services"
echo " load printers = no"
Expand Down

0 comments on commit 5deff76

Please sign in to comment.