nsbin/old/audioskripte/berechtigungen.sh
Nico Schottelius 501aa0eff8 more cleanups
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-12-28 19:45:49 +01:00

7 lines
139 B
Bash
Executable file

#!/bin/sh
DIR=$(dirname $0)
chown -R :mpd "$DIR"
find "$DIR" -type d -exec chmod g=rx {} \;
find "$DIR" -type f -exec chmod g=r {} \;