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