Commit 52ed7d0b510d4699911b7b8cc63e4fe04c74ef95

Authored by Alexis Gavoty
1 parent 7280edee20
Exists in master

Update remove

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -8,7 +8,6 @@ domain=$(sudo yunohost app setting owncloud domain)
8 8 mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
9 9 sudo rm -rf /var/www/owncloud
10 10 sudo rm -rf /home/yunohost.app/owncloud
11   -sudo rm -f /usr/share/yunohost/hooks/post_user_create/50-owncloud
12 11 sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf
13 12 sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf
14 13 sudo service php5-fpm restart