5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Stop the appserver:
|
||
|
service etherpad stop || true
|