Commit 0f2174ca4a702dec1e247def82ad93b01062d682

Authored by Sergio Oliveira
Committed by Alexandre Barbosa
1 parent 70927e7d
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
@@ -177,8 +177,7 @@ if [ -x /usr/bin/postgres ]; then @@ -177,8 +177,7 @@ if [ -x /usr/bin/postgres ]; then
177 colab-admin migrate 177 colab-admin migrate
178 fi 178 fi
179 179
180 -mkdir -p /var/lib/colab-assets  
181 -chown colab:colab /var/lib/colab-assets 180 +install -d -m 0755 -o colab -g colab /var/lib/colab-assets
182 181
183 # If nginx is available serve assets using it 182 # If nginx is available serve assets using it
184 if [ -d /usr/share/nginx ]; then 183 if [ -d /usr/share/nginx ]; then