From e9b840ee20c12f9b5698eb1403ce38eb18ead62f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 7 Sep 2013 17:44:24 +0200 Subject: rename config.txt into xerl.conf --- index.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 4442648..f1f5531 100755 --- a/index.pl +++ b/index.pl @@ -9,8 +9,8 @@ use Socket; use Sys::Hostname; my $host = hostname(); -my $config = -e "configdev-$host.txt" ? "configdev-$host.txt" : ( - -e "config-$host.txt" ? "config-$host.txt" : 'config.txt' +my $config = -e "xerldev-$host.conf" ? "xerldev-$host.conf" : ( + -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); my Xerl $xerl = Xerl->new( config => $config ); -- cgit v1.2.3