From 89415310a1452de27084d8dc7f9d753613d900cc Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 5 Nov 2005 13:44:23 +0000 Subject: Handle ~/private_music dir. --- user-init | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user-init b/user-init index 38ec924..62e238c 100755 --- a/user-init +++ b/user-init @@ -227,6 +227,12 @@ for user in $USERS; do chmod -R u+rX,g=r,g+X,o= "$HOME/private" fi + # Private music dir permissions + if [ -d "$HOME/private_music" ]; then + chown -R "$user": "$HOME/private_music" + chmod -R u+rX,g=r,g+X,o= "$HOME/private_music" + fi + # Fileshares: /shares./// # : Either mac or win depending on which of netatalk and samba provides r/w access to the shares # : Group with write access to the share (usually the default group of the owner) -- cgit v1.2.3 > index : notmuch
Unnamed repository; edit this file 'description' to name the repository.Jonas Smedegaard
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
committerJonas Smedegaard <dr@jones.dk>2023-06-27 09:35:08 +0200
commitfd54908da2b05c526dd3bee9b6dcd093214a220d (patch)
treec69c845069c99d1d01044f6fafda7c08433329c6 /tags/9d/0a/1440658921.2703.3.camel@debian.org/old
parentba46132213560cf3335d53560d519c0ec0190da2 (diff)
Diffstat (limited to 'tags/9d/0a/1440658921.2703.3.camel@debian.org/old')
-rw-r--r--tags/9d/0a/1440658921.2703.3.camel@debian.org/old0
1 files changed, 0 insertions, 0 deletions