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:
parent
b3ce795086
commit
3402fd00e4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue