4 lines
133 B
Bash
4 lines
133 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-transcription-controller || echo "bbb-transcription-controller could not be unregistered or stopped"
|