Commit 7280edee20d17e14e367bd29c2a3cd75dd0fe2d4
1 parent
e34035c1d0
Exists in
master
Update install
Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff
scripts/install
... | ... | @@ -50,10 +50,6 @@ sudo sed -i "s@PATHTOCHANGE@$path@g" /etc/nginx/conf.d/$domain.d/owncloud.conf |
50 | 50 | sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" /etc/nginx/conf.d/$domain.d/owncloud.conf |
51 | 51 | sudo sed -i "s@NAMETOCHANGE@owncloud@g" /etc/nginx/conf.d/$domain.d/owncloud.conf |
52 | 52 | sudo sed -i "s@NAMETOCHANGE@owncloud@g" /etc/php5/fpm/pool.d/owncloud.conf |
53 | -sudo sed -i "s@NAMETOCHANGE@owncloud@g" ../hooks/post_user_create | |
54 | - | |
55 | -# Add hooks | |
56 | -sudo yunohost hook add post_user_create ../hooks/post_user_create --name "50-owncloud" | |
57 | 53 | |
58 | 54 | # Set permissions to owncloud directories and /home directories + add Home external storage |
59 | 55 | for i in $(ls /home) |