Skip to content

Commit f723d15

Browse files
committed
portable template processing
1 parent d6bfbc0 commit f723d15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

func/domain.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,10 @@ sort_dns_records() {
221221
add_web_config() {
222222
cat $tpl_file | \
223223
sed -e "s/%ip%/$ip/g" \
224+
-e "s/%web_system%/$WEB_SYSTEM/g" \
224225
-e "s/%web_port%/$WEB_PORT/g" \
225226
-e "s/%web_ssl_port%/$WEB_SSL_PORT/g" \
227+
-e "s/%proxy_system%/$PROXY_SYSTEM/g" \
226228
-e "s/%proxy_port%/$PROXY_PORT/g" \
227229
-e "s/%proxy_ssl_port%/$PROXY_SSL_PORT/g" \
228230
-e "s/%proxy_extentions%/${PROXY_EXT//,/|}/g" \

0 commit comments

Comments
 (0)