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