mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
7 lines
171 B
Text
7 lines
171 B
Text
|
#!/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
|