etherpad-lite/bin/deb-src/DEBIAN/postinst
2024-09-05 15:33:38 +08:00

7 lines
312 B
Bash
Executable file

#!/bin/bash
# Start the services!
service etherpad start
echo "Give Etherpad about 3 minutes to install dependencies then visit http://localhost:9002 in your web browser"
echo "To stop etherpad type 'service etherpad stop', To restart type 'service etherpad restart'".
rm -f /tmp/etherpad.log /tmp/etherpad.err