5 lines
100 B
Bash
5 lines
100 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-webhooks || echo "bbb-webhooks could not be registered or started"
|
||
|
|