Commit 679c0bb415020d57ac1e61435df700e8e11a4e4a
Committed by
Rodrigo Siqueira de Melo
1 parent
5574d562
Exists in
master
and in
79 other branches
Creates settings.d directory in /etc/colab
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
colab/colab.spec
... | ... | @@ -214,6 +214,10 @@ EOF |
214 | 214 | chmod 0640 /etc/colab/settings.py |
215 | 215 | fi |
216 | 216 | |
217 | +install -d -m 0750 -o root -g colab /etc/colab/settings.d | |
218 | + | |
219 | +install -d -m 0755 -o colab -g colab /var/lib/colab-assets | |
220 | + | |
217 | 221 | # If nginx is available serve assets using it |
218 | 222 | if [ -d /usr/share/nginx ]; then |
219 | 223 | ln -s /var/lib/colab/assets /usr/share/nginx/colab | ... | ... |