mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Update remove
This commit is contained in:
parent
f9d5e506c8
commit
e60764293a
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ sudo rm -rf "/var/www/${app}"
|
|||
sudo rm -f "/etc/php5/fpm/pool.d/${app}.conf"
|
||||
[[ -n $domain ]] && sudo rm -f "/etc/nginx/conf.d/${domain}.d/${app}.conf"
|
||||
|
||||
ynh_remove_app_dependencies php5-gd
|
||||
|
||||
# Reload services
|
||||
sudo service php5-fpm restart || true
|
||||
sudo service nginx reload || true
|
||||
|
|
Loading…
Add table
Reference in a new issue