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:
commit
7ef6483d4e
1 changed files with 1 additions and 0 deletions
|
@ -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 ;"
|
||||
sudo rm -rf /var/www/opensondage
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/opensondage.conf
|
||||
sudo rm -f /etc/php5/fpm/pool.d/opensondage.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue