From 5574d562b395404f34d9b937b8261d60ee253550 Mon Sep 17 00:00:00 2001 From: Alexandre Barbosa Date: Sat, 12 Sep 2015 17:39:16 -0300 Subject: [PATCH] Changing colab/assets permission to colab:colab --- colab/colab.spec | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/colab.spec b/colab/colab.spec index e0da3e1..69a1774 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -219,6 +219,7 @@ if [ -d /usr/share/nginx ]; then ln -s /var/lib/colab/assets /usr/share/nginx/colab fi +chown -R colab:colab /var/lib/colab/assets colab-admin collectstatic --noinput if [ $1 -gt 1 ]; then -- libgit2 0.21.2