1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Merge pull request #4 from mbugeia/patch-1

Fix pour supprimer la config php5-fpm
This commit is contained in:
zamentur 2014-07-20 17:57:09 +02:00
commit 7ef6483d4e

View file

@ -8,3 +8,4 @@ domain=$(sudo yunohost app setting opensondage 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/opensondage sudo rm -rf /var/www/opensondage
sudo rm -f /etc/nginx/conf.d/$domain.d/opensondage.conf sudo rm -f /etc/nginx/conf.d/$domain.d/opensondage.conf
sudo rm -f /etc/php5/fpm/pool.d/opensondage.conf