diff options
-rw-r--r-- | site/bin/sync | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/bin/sync b/site/bin/sync index cd63059c50..1aae577b57 100644 --- a/site/bin/sync +++ b/site/bin/sync @@ -2,10 +2,10 @@ PATH="$PATH:/usr/local/bin" export PATH # Make sure we have the latest content -(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet) +(cd "/www/tuscany.apache.org/"; svn up --quiet) # Install the cwiki exported content -rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/" +rsync -r "/www/confluence-exports/TUSCANY/" "/www/tuscany.apache.org/" # Make sure everything is group writable -chmod -R g+w "/www/incubator.apache.org/tuscany/" > /dev/null +chmod -R g+w "/www/tuscany.apache.org/" > /dev/null |