1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Ajout dans remove la suppression de php5-fpm

This commit is contained in:
magikcypress 2015-04-28 18:48:20 +02:00
parent 99e16ec888
commit 042e31bc0c

View file

@ -7,4 +7,8 @@ domain=$(sudo yunohost app setting spip domain)
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;" mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
sudo rm -rf /var/www/spip sudo rm -rf /var/www/spip
sudo rm -f /etc/nginx/conf.d/$domain.d/spip.conf sudo rm -f /etc/nginx/conf.d/$domain.d/spip.conf
sudo rm -f /etc/php5/fpm/pool.d/spip.conf
sudo service php5-fpm restart
sudo service nginx reload