Skip to content

Commit

Permalink
brmd stream_switch: Use ssh username brmlab inst. of brmstream
Browse files Browse the repository at this point in the history
  • Loading branch information
pasky committed Oct 19, 2011
1 parent 34a86f0 commit 6a71581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brmd/brmd.pl
Expand Up @@ -749,7 +749,7 @@ sub _default {

sub stream_switch {
my ($s) = @_;
system('ssh brmstream@brmvid "echo '.($s?'START':'STOP').' >/tmp/brmstream"');
system('ssh brmlab@brmvid "echo '.($s?'START':'STOP').' >/tmp/brmstream"');
}

sub stream_start {
Expand Down

0 comments on commit 6a71581

Please sign in to comment.