Browse Source

Semicolons

Bob Mottram 8 years ago
parent
commit
fe7fa4254f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-riot

+ 2
- 2
src/freedombone-app-riot View File

255
         echo '  # Root' >> $riot_nginx_site
255
         echo '  # Root' >> $riot_nginx_site
256
         echo "  root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
256
         echo "  root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
257
         echo '' >> $riot_nginx_site
257
         echo '' >> $riot_nginx_site
258
-        echo '  index index.html' >> $riot_nginx_site
258
+        echo '  index index.html;' >> $riot_nginx_site
259
         echo '' >> $riot_nginx_site
259
         echo '' >> $riot_nginx_site
260
         echo '  location / {' >> $riot_nginx_site
260
         echo '  location / {' >> $riot_nginx_site
261
         function_check nginx_limits
261
         function_check nginx_limits
282
     echo '  # Root' >> $riot_nginx_site
282
     echo '  # Root' >> $riot_nginx_site
283
     echo "  root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
283
     echo "  root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
284
     echo '' >> $riot_nginx_site
284
     echo '' >> $riot_nginx_site
285
-    echo '  index index.html' >> $riot_nginx_site
285
+    echo '  index index.html;' >> $riot_nginx_site
286
     echo '' >> $riot_nginx_site
286
     echo '' >> $riot_nginx_site
287
     echo '  location / {' >> $riot_nginx_site
287
     echo '  location / {' >> $riot_nginx_site
288
     function_check nginx_limits
288
     function_check nginx_limits