We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da024c commit 006f6b9Copy full SHA for 006f6b9
sources/chang_compose_init.sh
@@ -24,6 +24,7 @@ chang_compose_init() {
24
while read l; do
25
eval echo "$l"
26
done < $CHANG_TMP_PATH/proxy | while read proxy_app; do chang_rev_proxy_install $proxy_app; done
27
+ chang_rev_proxy_reload
28
)
29
30
export _CHANG_COMPOSE_INIT=true
0 commit comments