Commit 5574d562b395404f34d9b937b8261d60ee253550

Authored by Alexandre Barbosa
Committed by Rodrigo Siqueira de Melo
1 parent 98c86b51
Exists in master and in 1 other branch updatev3

Changing colab/assets permission to colab:colab

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Paulo Tada <paulohtfs@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
colab/colab.spec
... ... @@ -219,6 +219,7 @@ if [ -d /usr/share/nginx ]; then
219 219 ln -s /var/lib/colab/assets /usr/share/nginx/colab
220 220 fi
221 221  
  222 +chown -R colab:colab /var/lib/colab/assets
222 223 colab-admin collectstatic --noinput
223 224  
224 225 if [ $1 -gt 1 ]; then
... ...