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