From: Benjamin Mako Hill Date: Sat, 21 Jul 2012 16:12:52 +0000 (-0400) Subject: fixed the issue with the rsync code wanting a location on my system X-Git-Url: https://projects.mako.cc/source/iron-blogger/commitdiff_plain/11aa7561449fa0b4c66e4525e77a078adea2e63b fixed the issue with the rsync code wanting a location on my system --- diff --git a/update-bloggers b/update-bloggers index 6972fe7..c3fac5e 100755 --- a/update-bloggers +++ b/update-bloggers @@ -1,10 +1,7 @@ #!/bin/sh HERE=$(dirname "$0") $HERE/import-feeds.py -$HERE/render.py $HERE/templates/config.ini > $HERE/../iron-blogger-planet/config.ini -rsync $HERE/../iron-blogger-planet/config.ini epicenter:/var/www/iron-blogger/planet/ +$HERE/render.py $HERE/templates/config.ini > $HERE/out/config.ini +rsync $HERE/out/config.ini epicenter:/var/www/iron-blogger/planet/ $HERE/update-participants.py - -# cp "$HERE/bloggers.yml" /mit/nelhage/web_scripts/iron-blogger/ -# chmod 777 bloggers.yml