1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Latest Update

This commit is contained in:
Matthew Frost 2016-03-18 21:00:30 +01:00
parent 5e0818d349
commit 462429b557

View file

@ -15,6 +15,10 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
root_pwd=$(sudo cat /etc/yunohost/mysql)
mysql -u root -p$root_pwd -e "DROP DATABASE $app ; DROP USER $app@localhost ;"
sudo rm /etc/apt/sources.list.d/yunohost.list
sudo apt-get update
# Restart services
sudo service nginx reload
sudo yunohost app ssowatconf