From 28670ba030ad212ce8dc842fd7559102265dd938 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 6 Aug 2013 17:06:14 +0200 Subject: [PATCH] temporary override of non-existing DAQOP server --- xml-db/get.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml-db/get.pl b/xml-db/get.pl index 412160b..7c950f0 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -20,7 +20,7 @@ my $verbose = 0; my $isbrowser = 0; my ($file,$netaddr,$name, $option); - +$ENV{'DAQOPSERVER'}="localhost:7" unless (defined $ENV{'DAQOPSERVER'}); ############################### #### Check if browser or command line -- 2.43.0