From dab402b38d0b1cd3e558a521d333f0e417e93e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Mon, 17 Jun 2019 11:35:26 +0200 Subject: [PATCH] Correction du path du fichier lav.xml en production --- podcasts/scripts/feed2lav.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podcasts/scripts/feed2lav.pl b/podcasts/scripts/feed2lav.pl index 99d181c..6c4a486 100755 --- a/podcasts/scripts/feed2lav.pl +++ b/podcasts/scripts/feed2lav.pl @@ -26,8 +26,7 @@ use DateTime::Format::DateParse; # Configuration variables my $url = "https://www.april.org/taxonomy_all_items/term/1917/all/feed"; -#my $filename = "/usr/share/drupal6/lav.xml"; -my $filename = "/usr/share/drupal6/tmp/lav.xml"; +my $filename = "/usr/share/drupal6/lav.xml"; # Build RSS object my $rss = XML::RSS->new;