Commit 8cdd4ac9ce701ffa9ba81d94480bf8dab27480bb
1 parent
2f9edc1efb
Exists in
master
Update remove
Update remove script
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
scripts/remove
... | ... | @@ -10,6 +10,7 @@ sudo rm -rf /var/www/owncloud |
10 | 10 | sudo rm -rf /home/yunohost.app/owncloud |
11 | 11 | sudo rm -f /etc/nginx/conf.d/$domain.d/owncloud.conf |
12 | 12 | sudo rm -f /etc/php5/fpm/pool.d/owncloud.conf |
13 | +sudo rm -f /etc/php5/conf.d/20-owncloud.ini | |
13 | 14 | for i in $(ls /home) |
14 | 15 | do |
15 | 16 | if [[ ! $i == yunohost.* ]]; |