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:
parent
7f34314686
commit
1a1d1887e0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue