Commit b004354c3db6ebd3a3804c4e3eec3a6a1c1c3d6c
1 parent
ff8b787683
Exists in
master
Update install
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/install
... | ... | @@ -63,7 +63,7 @@ do |
63 | 63 | then |
64 | 64 | sudo setfacl -m g:owncloud:rwx /home/$i |
65 | 65 | sudo mkdir $data_path/$i |
66 | - echo "{\"user\":{\"$i\":{\"/\$user/files/Home\":{\"class\":\"\OC\Files\Storage\Local\",\"options\":{\"datadir\":\"/home/$i\"}}}}}" | sudo tee $data_path/$i/mount.json | |
66 | + echo "{\"user\":{\"$i\":{\"/\$user/files/Local\":{\"class\":\"\OC\Files\Storage\Local\",\"options\":{\"datadir\":\"/home/$i\"}}}}}" | sudo tee $data_path/$i/mount.json | |
67 | 67 | fi |
68 | 68 | done |
69 | 69 | sudo chown -hR owncloud: $final_path |