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

Remove warning on remove wekan

This commit is contained in:
Kay0u 2020-04-01 16:08:57 +02:00
parent 7f34314686
commit 1a1d1887e0
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -61,6 +61,11 @@ ynh_print_info --message="Removing dependencies..."
ynh_remove_app_dependencies
ynh_remove_nodejs
# Only remove the mongodb service if it is not installed.
if ! ynh_package_is_installed --package="mongodb"
yunohost service remove mongodb
fi
#=================================================
# REMOVE APP MAIN DIR
#=================================================