From a2794212b30c927e8287f801d97fb73d809c3d00 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 5 Oct 2013 13:42:24 +0300 Subject: [PATCH] Adding RGROUPS var to make templates platform independent --- func/domain.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/func/domain.sh b/func/domain.sh index b4e3ce0f..56e90756 100644 --- a/func/domain.sh +++ b/func/domain.sh @@ -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" \