From c6d61d6f9024b48a9ec832f2dd2d4f90cdb32612 Mon Sep 17 00:00:00 2001
From: plopoyop <plopoyop@gmail.com>
Date: Fri, 3 Oct 2014 17:16:55 +0200
Subject: [PATCH] [fix] copy-paste error in remove script

---
 scripts/remove | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/remove b/scripts/remove
index 24e8ef3..e32e729 100755
--- a/scripts/remove
+++ b/scripts/remove
@@ -3,7 +3,7 @@
 db_user=freshrss
 db_name=freshrss
 root_pwd=$(sudo cat /etc/yunohost/mysql)
-domain=$(sudo yunohost app setting roundcube domain)
+domain=$(sudo yunohost app setting freshrss domain)
 
 mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
 sudo rm -rf /var/www/freshrss