From 28f6e9c76b932124bb4ad3c7ff7d77cff4f45d3a Mon Sep 17 00:00:00 2001 From: James Nguyen <143449216+james-nguyen-ai@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:38:51 -0800 Subject: [PATCH] feat: Allow symlinks in shared folder (#1001) --- src/samba.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/samba.sh b/src/samba.sh index 3137d05..7ef3d5a 100644 --- a/src/samba.sh +++ b/src/samba.sh @@ -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"