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

[autopatch] Do not delete logs on app removal

This commit is contained in:
Yunohost-Bot 2024-06-23 03:48:04 +02:00 committed by OniriCorpe
parent b3ce795086
commit 3402fd00e4

View file

@ -66,7 +66,6 @@ ynh_mongo_remove_db --db_user=$db_user --db_name=$db_name
# 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"
ynh_secure_remove --file="/var/log/mongodb"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT