From bf9e8977f2f3a90fca8de4c9754fab010b9e98e7 Mon Sep 17 00:00:00 2001 From: HADES_DAQ Date: Tue, 29 Oct 2013 21:35:17 +0100 Subject: [PATCH] changed path, mt --- utils/chat_push | 2 +- utils/hades_chat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/chat_push b/utils/chat_push index 09cdcf5..e812a18 100755 --- a/utils/chat_push +++ b/utils/chat_push @@ -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; diff --git a/utils/hades_chat b/utils/hades_chat index 067ddb3..ffd580d 100755 --- a/utils/hades_chat +++ b/utils/hades_chat @@ -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); -- 2.43.0