summaryrefslogtreecommitdiff
path: root/bin/deb-src/DEBIAN
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-11-24 12:41:12 +0000
committerJohn McLear <john@mclear.co.uk>2013-11-24 12:41:12 +0000
commitd6f1aa32362168207525a7dc895c346c189ece66 (patch)
tree36ef35829ee7c725d22ac5c84123697c070ea65d /bin/deb-src/DEBIAN
parent678c80d1dcae8113b4065e1c44d16fa976ca1608 (diff)
downloadetherpad-lite-d6f1aa32362168207525a7dc895c346c189ece66.zip
clean
Diffstat (limited to 'bin/deb-src/DEBIAN')
-rwxr-xr-xbin/deb-src/DEBIAN/postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/deb-src/DEBIAN/postinst b/bin/deb-src/DEBIAN/postinst
index fbc196ae..2f483f7e 100755
--- a/bin/deb-src/DEBIAN/postinst
+++ b/bin/deb-src/DEBIAN/postinst
@@ -2,5 +2,6 @@
# Start the services!
service etherpad start
-echo "Give Etherpad about 3 minutes to install dependencies and start"
+echo "Give Etherpad about 3 minutes to install dependencies then visit http://localhost:9001 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