5 lines
114 B
Bash
5 lines
114 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-record-core.timer || echo "bbb-record-core could not be unregistered or stopped"
|
||
|
|