From b004354c3db6ebd3a3804c4e3eec3a6a1c1c3d6c Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 9 Dec 2013 13:43:06 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 83a6b09..8724c9a 100755 --- a/scripts/install +++ b/scripts/install @@ -63,7 +63,7 @@ do then sudo setfacl -m g:owncloud:rwx /home/$i sudo mkdir $data_path/$i - echo "{\"user\":{\"$i\":{\"/\$user/files/Home\":{\"class\":\"\\OC\\Files\\Storage\\Local\",\"options\":{\"datadir\":\"/home/$i\"}}}}}" | sudo tee $data_path/$i/mount.json + echo "{\"user\":{\"$i\":{\"/\$user/files/Local\":{\"class\":\"\\OC\\Files\\Storage\\Local\",\"options\":{\"datadir\":\"/home/$i\"}}}}}" | sudo tee $data_path/$i/mount.json fi done sudo chown -hR owncloud: $final_path -- 2.0.0