1
0
Fork 0
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:
frju365 2017-08-08 13:48:36 +02:00 committed by GitHub
parent e60764293a
commit 526642a03c

View file

@ -20,7 +20,7 @@ sudo rm -rf "/var/www/${app}"
sudo rm -f "/etc/php5/fpm/pool.d/${app}.conf" sudo rm -f "/etc/php5/fpm/pool.d/${app}.conf"
[[ -n $domain ]] && sudo rm -f "/etc/nginx/conf.d/${domain}.d/${app}.conf" [[ -n $domain ]] && sudo rm -f "/etc/nginx/conf.d/${domain}.d/${app}.conf"
ynh_remove_app_dependencies php5-gd ynh_remove_app_dependencies
# Reload services # Reload services
sudo service php5-fpm restart || true sudo service php5-fpm restart || true