etherpad-lite/bin/deb-src/DEBIAN/postinst

7 lines
171 B
Plaintext
Raw Normal View History

#!/bin/bash
# Start the services!
service etherpad start
echo "Give Etherpad about 3 minutes to install dependencies and start"
rm -f /tmp/etherpad.log /tmp/etherpad.err