1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Update remove

This commit is contained in:
Éric Gaspar 2024-07-29 20:23:50 +02:00
parent 65fc4739a8
commit 88e1c5b261

View file

@ -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 # Remove a database if it exists, along with the associated user
ynh_mongo_remove_db --db_user=$db_user --db_name=$db_name ynh_mongo_remove_db --db_user=$db_user --db_name=$db_name
#ynh_remove_mongo
# Remove mongod service # Remove mongod service
yunohost service remove mongod yunohost service remove mongod
ynh_secure_remove --file="/var/lib/mongodb" ynh_secure_remove --file="/var/lib/mongodb"