diff --git a/scripts/remove b/scripts/remove index 32037e1..e9c8154 100644 --- a/scripts/remove +++ b/scripts/remove @@ -61,8 +61,6 @@ ynh_systemd_action --service_name=mongod --action=restart --log_path=/var/log/mo # Remove a database if it exists, along with the associated user ynh_mongo_remove_db --db_user=$db_user --db_name=$db_name -#ynh_remove_mongo - # Remove mongod service yunohost service remove mongod ynh_secure_remove --file="/var/lib/mongodb"