X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/cdb376d42aa748c23e47b9226298e85cc0429cf6..1e47c6ccc9841a3bc8286f0398f8eaf879535279:/scripts/domtool-publish 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 ;;