remove not needed true

This commit is contained in:
yalh76 2022-04-05 22:43:57 +02:00
parent 244b31f07f
commit c34bd72ef6

View file

@ -62,8 +62,8 @@ ynh_install_apps() {
ynh_remove_apps() { ynh_remove_apps() {
# Retrieve the apps dependencies of the app # Retrieve the apps dependencies of the app
local apps_dependencies=$(ynh_app_setting_get --app=$app --key=apps_dependencies) || true local apps_dependencies=$(ynh_app_setting_get --app=$app --key=apps_dependencies)
ynh_app_setting_delete --app=$app --key=apps_dependencies || true ynh_app_setting_delete --app=$app --key=apps_dependencies
if [ ! -z "$apps_dependencies" ] if [ ! -z "$apps_dependencies" ]
then then