Skip to content
Snippets Groups Projects
Commit fe7fa425 authored by Bob Mottram's avatar Bob Mottram
Browse files

Semicolons

parent 0c6e59ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment