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
cd5126c6b2
commit
2ecf9f0455
1 changed files with 4 additions and 0 deletions
|
@ -8,5 +8,9 @@ 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 -f /etc/nginx/conf.d/$domain.d/etherpadlite.conf
|
||||
sudo rm -Rf /var/log/etherpad-lite/
|
||||
sudo update-rc.d etherpad-lite remove
|
||||
sudo service etherpad-lite stop
|
||||
sudo rm /etc/init.d/etherpad-lite
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue