mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update remove
This commit is contained in:
parent
5a849b7cfc
commit
b5c5985675
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
db_user=etherpadlite
|
||||||
|
db_name=etherpadlite
|
||||||
|
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||||
|
domain=$(sudo yunohost app setting etherpadlite domain)
|
||||||
|
|
||||||
|
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||||
sudo rm -rf /var/www/etherpadlite
|
sudo rm -rf /var/www/etherpadlite
|
||||||
sudo rm -f /etc/nginx/conf.d/$domain.d/etherpadlite.conf
|
sudo rm -f /etc/nginx/conf.d/$domain.d/etherpadlite.conf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue