Commit 5942b666ca902080fc7e9a7e0372f468c93a6ef3
Committed by
Rodrigo Siqueira de Melo
1 parent
f15dbd48
Exists in
r5_design
and in
1 other branch
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
@@ -186,8 +186,7 @@ EOF | @@ -186,8 +186,7 @@ EOF | ||
186 | chmod 0640 /etc/colab/settings.py | 186 | chmod 0640 /etc/colab/settings.py |
187 | fi | 187 | fi |
188 | 188 | ||
189 | -mkdir -p /var/lib/colab-assets | ||
190 | -chown colab:colab /var/lib/colab-assets | 189 | +install -d -m 0755 -o colab -g colab /var/lib/colab-assets |
191 | 190 | ||
192 | # If nginx is available serve assets using it | 191 | # If nginx is available serve assets using it |
193 | if [ -d /usr/share/nginx ]; then | 192 | if [ -d /usr/share/nginx ]; then |