diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/init.d/etherpad-lite.sh | 2 |
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" |