diff options
author | John McLear <john@mclear.co.uk> | 2013-11-24 12:51:50 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2013-11-24 12:51:50 +0000 |
commit | 1eef5278bdd7d9ef7d0ed96a4b0520090c336c1f (patch) | |
tree | f5150dfc59b235ce3e08733125d06e63996200b0 /bin/deb-src | |
parent | 6ee57746c9424a9238d35c9ea9058af69c2b157e (diff) | |
download | etherpad-lite-1eef5278bdd7d9ef7d0ed96a4b0520090c336c1f.zip |
growwlll
Diffstat (limited to 'bin/deb-src')
-rw-r--r-- | bin/deb-src/sysroot/etc/init/etherpad.conf | 8 |
1 files 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 |