From 1e47c6ccc9841a3bc8286f0398f8eaf879535279 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 9 Dec 2006 22:42:22 +0000 Subject: [PATCH] Correct path bug in domtool-publish apache --- scripts/domtool-publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.20.1