summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-08-15 19:01:23 +0300
committerAlon Levy <alon@pobox.com>2015-08-18 09:28:12 +0300
commitb17162d719ef8941fc689242bbc5a5190f20919c (patch)
tree537f8802d783686709b34478053e7a6b5bc8b739 /src
parentfa7784b0014db0a33823a9ac012dc6e022de5033 (diff)
rz-mux-tool.sh: fix template.d doublingHEADmaster
Diffstat (limited to 'src')
-rwxr-xr-xsrc/local/rz-mux/rz-mux-tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/rz-mux/rz-mux-tool.sh b/src/local/rz-mux/rz-mux-tool.sh
index 021f7076..7a9a4dc7 100755
--- a/src/local/rz-mux/rz-mux-tool.sh
+++ b/src/local/rz-mux/rz-mux-tool.sh
@@ -122,7 +122,7 @@ install_instance__apache() {
install_instance__apache__custom() {
if [ -e ${rhizi_custom__fragment} ]; then
- cp -vr ${rhizi_custom__fragment}/* ${apache_module__rootdir}/webapp/fragment.d/template.d/
+ cp -vr ${rhizi_custom__fragment}/* ${apache_module__rootdir}/webapp/fragment.d/
fi
}