From a5783363139b414851708687dac8255b5efff459 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Dec 2011 14:33:09 -0200 Subject: Fixing EPLITE_DIR --- files/init.d/etherpad-lite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3