Double quotes
This commit is contained in:
parent
cc3510e080
commit
a4cd59a1df
|
@ -677,7 +677,7 @@ if [ $app_onion_only ]; then
|
||||||
if [ ! $app_daemon ]; then
|
if [ ! $app_daemon ]; then
|
||||||
echo " echo ' try_files \$uri \$uri/ /index.html;' >> \$${app_name}_nginx_site"
|
echo " echo ' try_files \$uri \$uri/ /index.html;' >> \$${app_name}_nginx_site"
|
||||||
else
|
else
|
||||||
echo " echo ' proxy_pass http://localhost:\$${app_name_upper}_PORT;' >> \$${app_name}_nginx_site"
|
echo " echo \" proxy_pass http://localhost:\$${app_name_upper}_PORT;\" >> \$${app_name}_nginx_site"
|
||||||
fi
|
fi
|
||||||
echo " echo ' }' >> \$${app_name}_nginx_site"
|
echo " echo ' }' >> \$${app_name}_nginx_site"
|
||||||
echo " echo '}' >> \$${app_name}_nginx_site"
|
echo " echo '}' >> \$${app_name}_nginx_site"
|
||||||
|
@ -719,7 +719,7 @@ echo " nginx_limits \$${app_name_upper}_DOMAIN_NAME '15m'"
|
||||||
if [ ! $app_daemon ]; then
|
if [ ! $app_daemon ]; then
|
||||||
echo " echo ' try_files \$uri \$uri/ index.html;' >> \$${app_name}_nginx_site"
|
echo " echo ' try_files \$uri \$uri/ index.html;' >> \$${app_name}_nginx_site"
|
||||||
else
|
else
|
||||||
echo " echo ' proxy_pass http://localhost:\$${app_name_upper}_PORT;' >> \$${app_name}_nginx_site"
|
echo " echo \" proxy_pass http://localhost:\$${app_name_upper}_PORT;\" >> \$${app_name}_nginx_site"
|
||||||
fi
|
fi
|
||||||
echo " echo ' }' >> \$${app_name}_nginx_site"
|
echo " echo ' }' >> \$${app_name}_nginx_site"
|
||||||
echo " echo '}' >> \$${app_name}_nginx_site"
|
echo " echo '}' >> \$${app_name}_nginx_site"
|
||||||
|
|
Loading…
Reference in New Issue