diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-02 19:27:48 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-02 19:27:48 -0300 | 
| commit | 53621683b7e7c09967f488e122f2231fd772483b (patch) | |
| tree | 0af94ea8606bbb22325cab9cb4dc5485087d008d /files | |
| parent | 28d32c0ceb5ceee2bfb50d00ea7d99f4e77ef284 (diff) | |
| download | puppet-backup-53621683b7e7c09967f488e122f2231fd772483b.tar.gz puppet-backup-53621683b7e7c09967f488e122f2231fd772483b.tar.bz2  | |
Syntax fix
Diffstat (limited to 'files')
| -rw-r--r-- | files/sync-media | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/files/sync-media b/files/sync-media index ea658a0..27ca5af 100644 --- a/files/sync-media +++ b/files/sync-media @@ -102,8 +102,8 @@ if [ -d "$CACHE" ]; then        if [ -d "playlists" ]; then          $sudo chmod 775 playlists          $sudo chown -R mpd.audio playlists -        find playlists -type f --exec sudo chmod 664 {} \; -        find playlists -type d --exec sudo chmod 775 {} \; +        find playlists -type f -exec sudo chmod 664 {} \; +        find playlists -type d -exec sudo chmod 775 {} \;        fi        sync_media_identity  | 
