mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix in remove php5-fpm pool
This commit is contained in:
parent
55026b7402
commit
c48e4518a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sudo userdel movim
|
|||
sudo rm -rf /var/www/movim
|
||||
domain=$(sudo yunohost app setting movim domain)
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/movim.conf
|
||||
sudo rm etc/php5/fpm/pool.d/movim.conf
|
||||
sudo rm /etc/php5/fpm/pool.d/movim.conf
|
||||
|
||||
# Restarting services
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue