Commit 8d829226c5f4e52bac9a1a30450e918a72fa65d7

Authored by Alexandre Barbosa
1 parent f3d2a711
Exists in colab-master

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
... ...