From 62760f01f959af7127969d79127b2827401b03ca Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 27 Aug 2015 22:09:13 -0300 Subject: [PATCH] Replaced mkdir and chown by install --- colab/colab.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/colab/colab.spec b/colab/colab.spec index 50aef0e..471f610 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -177,8 +177,7 @@ if [ -x /usr/bin/postgres ]; then colab-admin migrate fi -mkdir -p /var/lib/colab-assets -chown colab:colab /var/lib/colab-assets +install -d -m 0755 -o colab -g colab /var/lib/colab-assets # If nginx is available serve assets using it if [ -d /usr/share/nginx ]; then -- libgit2 0.21.2