From: Silvio Rhatto Date: Fri, 2 Oct 2015 22:27:48 +0000 (-0300) Subject: Syntax fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53621683b7e7c09967f488e122f2231fd772483b;p=puppet-backup.git Syntax fix --- 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