[DRE-commits] [diaspora] 07/07: remove bashism

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jan 25 23:13:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora.

commit 6aeeca6c2ff219863b15153b79db31217300c56d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jan 26 04:30:58 2017 +0530

    remove bashism
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 07e1bc2..4ad1c85 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -73,7 +73,7 @@ case "$1" in
         /usr/lib/diaspora-common/scripts/initdb.sh
  
 	echo "Precompiling assets..."
-	chown -R ${diaspora_user}: /var/lib/diaspora/{app-assets,public}
+	chown -R ${diaspora_user}: /var/lib/diaspora/app-assets /var/lib/diaspora/public
 	su diaspora -s /bin/sh -c 'bundle exec rake tmp:cache:clear assets:precompile'
 
 	echo "Running final rake tasks..."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git



More information about the Pkg-ruby-extras-commits mailing list