wok rev 11814
mpd: chown fix
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 25 17:22:11 2012 +0000 (2012-02-25) |
parents | 6035b94b5dd0 |
children | 301b0b1e9b80 |
files | mpd/receipt |
line diff
1.1 --- a/mpd/receipt Sat Feb 25 17:33:19 2012 +0100 1.2 +++ b/mpd/receipt Sat Feb 25 17:22:11 2012 +0000 1.3 @@ -66,8 +66,8 @@ 1.4 #touch /home/tux/.mpd/mpd.error 1.5 1.6 # And change permissions 1.7 - chown tux:tux /home/tux/music 1.8 - chown -R tux:tux /home/tux/.mpd 1.9 + chown tux:users /home/tux/music 1.10 + chown -R tux:users /home/tux/.mpd 1.11 status 1.12 } 1.13