From: Adam Chlipala Date: Sat, 9 Dec 2006 22:42:22 +0000 (+0000) Subject: Correct path bug in domtool-publish apache X-Git-Tag: release_2010-11-19~334 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/1e47c6ccc9841a3bc8286f0398f8eaf879535279?ds=sidebyside Correct path bug in domtool-publish apache --- diff --git a/scripts/domtool-publish b/scripts/domtool-publish index 740ae2c..56b902e 100755 --- a/scripts/domtool-publish +++ b/scripts/domtool-publish @@ -2,7 +2,7 @@ case $1 in apache) - /usr/bin/rsync --delete /var/domtool/vhosts/* /etc/apache2/ + /usr/bin/rsync --delete /var/domtool/vhosts/* /etc/apache2/vhosts/ echo "I would reload Apache now." # /etc/init.d/apache2 reload ;;