1
0
Fork 0
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:
zamentur 2016-01-11 00:03:16 +01:00
parent 5154fa084b
commit a4fd979018

View file

@ -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