mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 19:54:00 +02:00
brmd stream_switch: Use ssh username brmlab inst. of brmstream
This commit is contained in:
parent
34a86f0c1a
commit
6a71581c74
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ sub _default {
|
||||||
|
|
||||||
sub stream_switch {
|
sub stream_switch {
|
||||||
my ($s) = @_;
|
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 {
|
sub stream_start {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue