]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
changed path, mt
authorHADES_DAQ <hadaq@hades31.gsi.de>
Tue, 29 Oct 2013 20:35:17 +0000 (21:35 +0100)
committerhadaq@CountingHouse <hadaq@CountingHouse>
Tue, 26 Nov 2013 13:24:58 +0000 (14:24 +0100)
utils/chat_push
utils/hades_chat

index 09cdcf5d1d852e82fa6daae8141e5380b3525444..e812a18a916fefe2d2cb028f8424dc49dfb174a2 100755 (executable)
@@ -9,7 +9,7 @@ use Data::Dumper;
 use Fcntl qq(SEEK_SET);
 use Getopt::Long;
 
-my $chat_fn = $ENV{'HOME'} . "/trbsoft/daq/tools/chat.log";
+my $chat_fn = $ENV{'HOME'} . "/trbsoft/hadesdaq/tools/chat.log";
 
 my $opt_help;
 my $opt_device;
index 067ddb3e70135b3421adf0b62c588cf7d13e2423..ffd580dd8c5a0c06c64a22a7d4d4c04c4c24bbbf 100755 (executable)
@@ -11,7 +11,7 @@ GetOptions (
            'h|help'        => \$opt_help,
 );
 
-my $c = qq|tmux new-session -n chat  "tail -n 200 -f ~//trbsoft/daq/tools/chat.log"  \\; split-window -t chat -l3 "PERL_RL=' o=0' ~/bin/chat_push" \\; attach|;
+my $c = qq|tmux new-session -n chat  "tail -n 200 -f ~/trbsoft/hadesdaq/tools/chat.log"  \\; split-window -t chat -l3 "PERL_RL=' o=0' ~/bin/chat_push" \\; attach|;
 
 #print "command: $c\n";
 system($c);