From 469d0a4485d65bbea6161782e78781333eb28d8b Mon Sep 17 00:00:00 2001 From: xerl Date: Sun, 3 Feb 2013 11:29:31 +0100 Subject: add do while loop to Reader.pm, may fixes XML bug --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index d5a4ef3..985af29 100755 --- a/index.pl +++ b/index.pl @@ -9,7 +9,7 @@ use Socket; use Sys::Hostname; my $host = hostname(); -my $config = -e "config-$host.txt" ? "config-$host.txt" : 'config.txt'; +my $config = -e "config-$host.txt" ? "config-$host.txt" : 'config.txt'; my Xerl $xerl = Xerl->new( config => $config ); $xerl->run(); -- cgit v1.2.3