Commit e34035c1d02d1fc8e900794ba1b01c3344946402
1 parent
eebbd460b8
Exists in
master
Add hook
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/install
... | ... | @@ -53,7 +53,7 @@ sudo sed -i "s@NAMETOCHANGE@owncloud@g" /etc/php5/fpm/pool.d/owncloud.conf |
53 | 53 | sudo sed -i "s@NAMETOCHANGE@owncloud@g" ../hooks/post_user_create |
54 | 54 | |
55 | 55 | # Add hooks |
56 | -sudo yunohost hook add post_user_create ../hooks/post_user_create "50-owncloud" | |
56 | +sudo yunohost hook add post_user_create ../hooks/post_user_create --name "50-owncloud" | |
57 | 57 | |
58 | 58 | # Set permissions to owncloud directories and /home directories + add Home external storage |
59 | 59 | for i in $(ls /home) |