4 lines
103 B
Bash
4 lines
103 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-webrtc-sfu || echo "bbb-webrtc-sfu could not be registered or started"
|