4 lines
121 B
Bash
4 lines
121 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-export-annotations || echo "bbb-export-annotations could not be unregistered or stopped"
|