summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-26 14:33:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-26 14:33:09 -0200
commita5783363139b414851708687dac8255b5efff459 (patch)
tree6b81143aa0e43eaa11f5c7fbca30c9eaf331b96b
parente72d64249cdda857f93b9540357aefc34f7ef15b (diff)
downloadpuppet-etherpad-a5783363139b414851708687dac8255b5efff459.tar.gz
puppet-etherpad-a5783363139b414851708687dac8255b5efff459.tar.bz2
Fixing EPLITE_DIR
-rw-r--r--files/init.d/etherpad-lite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/init.d/etherpad-lite.sh b/files/init.d/etherpad-lite.sh
index 8eefb02..7752034 100644
--- a/files/init.d/etherpad-lite.sh
+++ b/files/init.d/etherpad-lite.sh
@@ -12,7 +12,7 @@
PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/node/bin"
LOGFILE="/var/log/etherpad-lite/etherpad-lite.log"
-EPLITE_DIR="/usr/lib/etherpad-lite"
+EPLITE_DIR="/var/lib/etherpad-lite"
EPLITE_BIN="bin/safeRun.sh"
USER="etherpad-lite"
GROUP="etherpad-lite"