Skip to content

Commit 28f6e9c

Browse files
feat: Allow symlinks in shared folder (#1001)
1 parent 1081855 commit 28f6e9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/samba.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ addShare() {
7171
echo " guest account = nobody"
7272
echo " map to guest = Bad User"
7373
echo " server min protocol = NT1"
74+
echo " follow symlinks = yes"
75+
echo " wide links = yes"
76+
echo " unix extensions = no"
7477
echo ""
7578
echo " # disable printing services"
7679
echo " load printers = no"

0 commit comments

Comments
 (0)