From 1eef5278bdd7d9ef7d0ed96a4b0520090c336c1f Mon Sep 17 00:00:00 2001
From: John McLear <john@mclear.co.uk>
Date: Sun, 24 Nov 2013 12:51:50 +0000
Subject: [PATCH] growwlll

---
 bin/deb-src/sysroot/etc/init/etherpad.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/deb-src/sysroot/etc/init/etherpad.conf b/bin/deb-src/sysroot/etc/init/etherpad.conf
index 7fb6e37c7..cd6f4541c 100644
--- a/bin/deb-src/sysroot/etc/init/etherpad.conf
+++ b/bin/deb-src/sysroot/etc/init/etherpad.conf
@@ -11,10 +11,10 @@ respawn
 
 pre-start script
     cd $EPHOME
-    mkdir $EPLOGS                              ||true
-    chown $EPUSER:admin $EPLOGS                ||true
-    chmod 0755 $EPLOGS                         ||true
-    chown -R $EPUSER:admin $EPHOME/var         ||true
+    mkdir $EPLOGS                        ||true
+    chown $EPUSER $EPLOGS                ||true
+    chmod 0755 $EPLOGS                   ||true
+    chown -R $EPUSER $EPHOME/var         ||true
     $EPHOME/bin/installDeps.sh >> $EPLOGS/error.log || { stop; exit 1; }
 end script
 
-- 
GitLab