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