Commit f15dbd48494bda544f26d7e689591a3b49f4f5fc

Authored by Sergio Oliveira
Committed by Rodrigo Siqueira de Melo
1 parent 39519814

If nginx is available serve assets using it

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
colab/colab.spec
... ... @@ -189,8 +189,6 @@ fi
189 189 mkdir -p /var/lib/colab-assets
190 190 chown colab:colab /var/lib/colab-assets
191 191  
192   -install -d -m 0755 -o colab -g colab /var/lib/colab-assets
193   -
194 192 # If nginx is available serve assets using it
195 193 if [ -d /usr/share/nginx ]; then
196 194 ln -s /var/lib/colab-assets /usr/share/nginx/colab
... ...