From fe7fa4254f027519c9bbe4be103380a77a75c761 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 May 2017 12:06:40 +0100 Subject: [PATCH] Semicolons --- src/freedombone-app-riot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-riot b/src/freedombone-app-riot index ae94d1e6..5e96a018 100755 --- a/src/freedombone-app-riot +++ b/src/freedombone-app-riot @@ -255,7 +255,7 @@ function install_riot { echo ' # Root' >> $riot_nginx_site echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site echo '' >> $riot_nginx_site - echo ' index index.html' >> $riot_nginx_site + echo ' index index.html;' >> $riot_nginx_site echo '' >> $riot_nginx_site echo ' location / {' >> $riot_nginx_site function_check nginx_limits @@ -282,7 +282,7 @@ function install_riot { echo ' # Root' >> $riot_nginx_site echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site echo '' >> $riot_nginx_site - echo ' index index.html' >> $riot_nginx_site + echo ' index index.html;' >> $riot_nginx_site echo '' >> $riot_nginx_site echo ' location / {' >> $riot_nginx_site function_check nginx_limits