nsbin/audioskripte/berechtigungen.sh
Nico Schottelius f9111cb472 add old scripts to move around audiodata
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
2008-07-29 14:20:54 +02: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 {} \;