From 258b8c9d6059e56e0a43df1256f2de489677fa70 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 10 Jan 2014 15:23:11 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ad6a3a9..13be1f3 100644 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,7 @@ 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 -c "touch /var/log/etherpad-lite/etherpad-lite.log" +su - www-data -c "touch /var/log/etherpad-lite/etherpad-lite.log" sudo $final_path/bin/installDeps.sh > /dev/null 2>&1