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