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