Adding RGROUPS var to make templates platform independent

This commit is contained in:
Serghey Rodin 2013-10-05 13:42:24 +03:00
commit a2794212b3

View file

@ -224,6 +224,7 @@ add_web_config() {
-e "s/%web_system%/$WEB_SYSTEM/g" \
-e "s/%web_port%/$WEB_PORT/g" \
-e "s/%web_ssl_port%/$WEB_SSL_PORT/g" \
-e "s/%rgroups%/$WEB_RGROUPS/g" \
-e "s/%proxy_system%/$PROXY_SYSTEM/g" \
-e "s/%proxy_port%/$PROXY_PORT/g" \
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \