mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
[fix] Restart service and regenerate ssowat conf
This commit is contained in:
parent
5154fa084b
commit
a4fd979018
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@ mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localh
|
||||||
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
|
sudo rm -f /etc/php5/fpm/pool.d/opensondage.conf
|
||||||
|
sudo rm -f /etc/php5/fpm/conf.d/20-opensondage.ini
|
||||||
|
sudo service php5-fpm restart
|
||||||
|
sudo service nginx reload
|
||||||
|
sudo yunohost ssowatconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue