summaryrefslogtreecommitdiff
path: root/user-init
diff options
context:
space:
mode:
Diffstat (limited to 'user-init')
-rwxr-xr-xuser-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-init b/user-init
index 03c8fe8..076b2f9 100755
--- a/user-init
+++ b/user-init
@@ -173,7 +173,7 @@ for user in $USERS; do
# <sharetype>: Either mac or win depending on which of netatalk and samba provides r/w access to the shares
# <rwgroup>: Group with write access to the share (usually the default group of the owner)
# <rogroup>: Either rwgroup or secondary group with read-only access to the share
- # owner must be member of both groups, and rwgroup members must also be members of rogroup
+ # owner and rwgroup members must be member of both groups
find "$HOME" -mindepth 1 -maxdepth 1 -type d -print | egrep "^$HOME/shares\." | (while read thisdir; do
sharetype="`basename \"$thisdir\" | awk -F. '{print $2}'`"
# Define dir and file exceptions