Skip to content

Commit

Permalink
feat: Allow symlinks in shared folder (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-nguyen-ai authored Jan 8, 2025
1 parent 1081855 commit 28f6e9c
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 28f6e9c

Please sign in to comment.