diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 14:33:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-26 14:33:09 -0200 |
commit | a5783363139b414851708687dac8255b5efff459 (patch) | |
tree | 6b81143aa0e43eaa11f5c7fbca30c9eaf331b96b /files | |
parent | e72d64249cdda857f93b9540357aefc34f7ef15b (diff) | |
download | puppet-etherpad-a5783363139b414851708687dac8255b5efff459.tar.gz puppet-etherpad-a5783363139b414851708687dac8255b5efff459.tar.bz2 |
Fixing EPLITE_DIR
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" |