]> jspc29.x-matter.uni-frankfurt.de Git - jtag_mvd.git/commitdiff
UGLY hack with hardcoded Daqopserver in ui_writeram.pl
authorJan Michel <j.michel@gsi.de>
Fri, 19 Jul 2013 12:42:43 +0000 (14:42 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 19 Jul 2013 12:42:43 +0000 (14:42 +0200)
soft/toolbox/jtag_atomic/ui_writeram.pl

index 2ac5e522aad4a138c654e3204d7af06251127ed9..fc94786a5469010444b8fdccd27a46003e7b68c3 100755 (executable)
@@ -9,6 +9,8 @@ use Sys::Syslog;
 openlog("atomic,ui_writeram.pl", "", "local1");
 syslog("INFO", "starting ui_writeram.pl");
 
+$ENV{'DAQOPSERVER'}="localhost:7";
+
 use Getopt::Long;
 
 my $opt_help;