Skip to content

Commit a279421

Browse files
committed
Adding RGROUPS var to make templates platform independent
1 parent 6bd2b3a commit a279421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

func/domain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ add_web_config() {
224224
-e "s/%web_system%/$WEB_SYSTEM/g" \
225225
-e "s/%web_port%/$WEB_PORT/g" \
226226
-e "s/%web_ssl_port%/$WEB_SSL_PORT/g" \
227+
-e "s/%rgroups%/$WEB_RGROUPS/g" \
227228
-e "s/%proxy_system%/$PROXY_SYSTEM/g" \
228229
-e "s/%proxy_port%/$PROXY_PORT/g" \
229230
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \

0 commit comments

Comments
 (0)