Correct path bug in domtool-publish apache
authorAdam Chlipala <adamc@hcoop.net>
Sat, 9 Dec 2006 22:42:22 +0000 (22:42 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 9 Dec 2006 22:42:22 +0000 (22:42 +0000)
scripts/domtool-publish

index 740ae2c..56b902e 100755 (executable)
@@ -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
        ;;