YunoHost-Apps / kanboard_ynh

Kanboard package for YunoHost
http://kanboard.net
GNU Affero General Public License v3.0
14 stars 16 forks source link

File /etc/php/7.0/fpm/pool.d/kanboard.conf is not removed when uninstalling kanboard #109

Closed franc00018 closed 2 years ago

franc00018 commented 3 years ago

Describe the bug

File /etc/php/7.0/fpm/pool.d/kanboard.conf is not removed when uninstalling kanboard

Context

Steps to reproduce

    sudo yunohost app uninstall kanboard
    sudo yunohost service restart php7.0-fpm

Quick fix

Removing the file manually allowed php7.0-fpm to restart

sudo rm /etc/php/7.0/fpm/pool.d/kanboard.conf
sudo yunohost service restart php7.0-fpm

Expected behavior

php7.0-fpm should restart after uninstalling kanboard

Logs

PHP7.0-FPM restart https://paste.yunohost.org/raw/akowegaxoj

Kanboard uninstall https://paste.yunohost.org/raw/aqazuhefok

yalh76 commented 2 years ago

should be ok by now,