Commit 7feccd368aac6f9aa262642ce2a4414de78ceec4

Authored by Kload
1 parent 035b88fdeb
Exists in master

Try local external sharing (yo dawg)

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

... ... @@ -7,6 +7,7 @@ domain=$(sudo yunohost app setting owncloud domain)
7 7  
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 +sudo rm -rf /home/yunohost.app/owncloud
10 11 sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf
11 12 sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf
12 13 sudo service php5-fpm restart