diff options
| author | Alon Levy <alon@pobox.com> | 2015-08-15 19:01:23 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-08-18 09:28:12 +0300 |
| commit | b17162d719ef8941fc689242bbc5a5190f20919c (patch) | |
| tree | 537f8802d783686709b34478053e7a6b5bc8b739 /src | |
| parent | fa7784b0014db0a33823a9ac012dc6e022de5033 (diff) | |
Diffstat (limited to 'src')
| -rwxr-xr-x | src/local/rz-mux/rz-mux-tool.sh | 2 |
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 } |
