From a4fd979018d6610b6ad7d484c75cd2c4fe1faae8 Mon Sep 17 00:00:00 2001 From: zamentur Date: Mon, 11 Jan 2016 00:03:16 +0100 Subject: [PATCH] [fix] Restart service and regenerate ssowat conf --- scripts/remove | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/remove b/scripts/remove index 4932ace..afcbe01 100644 --- a/scripts/remove +++ b/scripts/remove @@ -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 -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/conf.d/20-opensondage.ini +sudo service php5-fpm restart +sudo service nginx reload +sudo yunohost ssowatconf