From e5debbf3370278ecbcd8c550fad415cce8580003 Mon Sep 17 00:00:00 2001 From: neingeist Date: Wed, 17 Dec 2008 13:41:20 +0000 Subject: [PATCH] auf dem richtigen pfad --- neinomat-radio-chaotica | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neinomat-radio-chaotica b/neinomat-radio-chaotica index b5ae4dd..1fc2572 100755 --- a/neinomat-radio-chaotica +++ b/neinomat-radio-chaotica @@ -11,7 +11,7 @@ require 'neinomat.lib.rb' # Constants RFC822 = "%a, %d %b %Y %T %z" # for Date::strftime -RSS_FILENAME = "/home/webroot/entropia.de/podcast.xml" +RSS_FILENAME = "/srv/www-sites/entropia.de/podcast.xml" require "#{$0}.templates.rb" #----------------------------------------------------------------------------