From b5c5985675a2136ee3dacdecfc1612a3386098af Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 10 Jan 2014 14:20:40 +0100 Subject: [PATCH] Update remove --- scripts/remove | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/remove b/scripts/remove index 1f69d7a..84dae42 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,5 +1,11 @@ #!/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 -f /etc/nginx/conf.d/$domain.d/etherpadlite.conf