Semicolons
This commit is contained in:
parent
0c6e59ad26
commit
fe7fa4254f
|
@ -255,7 +255,7 @@ function install_riot {
|
||||||
echo ' # Root' >> $riot_nginx_site
|
echo ' # Root' >> $riot_nginx_site
|
||||||
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
||||||
echo '' >> $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 '' >> $riot_nginx_site
|
||||||
echo ' location / {' >> $riot_nginx_site
|
echo ' location / {' >> $riot_nginx_site
|
||||||
function_check nginx_limits
|
function_check nginx_limits
|
||||||
|
@ -282,7 +282,7 @@ function install_riot {
|
||||||
echo ' # Root' >> $riot_nginx_site
|
echo ' # Root' >> $riot_nginx_site
|
||||||
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
||||||
echo '' >> $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 '' >> $riot_nginx_site
|
||||||
echo ' location / {' >> $riot_nginx_site
|
echo ' location / {' >> $riot_nginx_site
|
||||||
function_check nginx_limits
|
function_check nginx_limits
|
||||||
|
|
Loading…
Reference in New Issue