From 1eef5278bdd7d9ef7d0ed96a4b0520090c336c1f Mon Sep 17 00:00:00 2001 From: John McLear 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 7fb6e37c..cd6f4541 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