From 10f64c4b80c1253fca4e1b50133683e6c08cd9e7 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 10 Jan 2014 15:26:15 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 13be1f3..335f4ca 100644 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,8 @@ sudo cp ../conf/etherpad-lite /etc/init.d/ sudo chmod +x /etc/init.d/etherpad-lite sudo update-rc.d etherpad-lite defaults sudo mkdir /var/log/etherpad-lite/ -su - www-data -c "touch /var/log/etherpad-lite/etherpad-lite.log" +sudo touch /var/log/etherpad-lite/etherpad-lite.log +sudo chown www-data /var/log/etherpad-lite/etherpad-lite.log sudo $final_path/bin/installDeps.sh > /dev/null 2>&1