Semicolons

This commit is contained in:
Bob Mottram 2017-05-10 12:06:40 +01:00
parent 0c6e59ad26
commit fe7fa4254f
1 changed files with 2 additions and 2 deletions

View File

@ -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