Commit 21944190ed015f9d05ee8d7329d0602b6606f489

Authored by Sergio Oliveira
1 parent 7488163e
Exists in colab-master

Replaced mkdir and chown by install

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
colab/colab.spec
... ... @@ -178,8 +178,7 @@ if [ -x /usr/bin/postgres ]; then
178 178 colab-admin migrate
179 179 fi
180 180  
181   -mkdir -p /var/lib/colab-assets
182   -chown colab:colab /var/lib/colab-assets
  181 +install -d -m 0755 -o colab -g colab /var/lib/colab-assets
183 182  
184 183 # If nginx is available serve assets using it
185 184 if [ -d /usr/share/nginx ]; then
... ...