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:
parent
5e0818d349
commit
462429b557
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||||
mysql -u root -p$root_pwd -e "DROP DATABASE $app ; DROP USER $app@localhost ;"
|
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
|
# Restart services
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue