5 lines
96 B
Bash
5 lines
96 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
stopService bbb-html5 || echo "bbb-html5 could not be unregistered or stopped"
|
||
|
|