diff --git a/webtools/newsbot/newsbot.sh b/webtools/newsbot/newsbot.sh index 54ce3a9e761b..50964383beb5 100755 --- a/webtools/newsbot/newsbot.sh +++ b/webtools/newsbot/newsbot.sh @@ -23,13 +23,9 @@ then echo "rebuilding newsbot file" /opt/newsbot/newsbot.pl /var/mail/newsbot /opt/newsbot/newsbot.rdf > /opt/newsbot/newsbot.html - # wrap file and place in /e/doc (the live web site) + # wrap file and place in newsbot directory /opt/newsbot/wrapnews.pl - # copy raw html file to stage dir so it doesn't disappear the next - # time the tree is updated. - cp /opt/newsbot/newsbot.html /e/stage-docs/mozilla-org/html/newsbot/index.html - # copy the wrappped file into the live web site. cp /opt/newsbot/wrapped.html /e/docs/newsbot/index.html