mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update helpers/app
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
756e3b292b
commit
3bb8ca2e21
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ynh_remove_apps() {
|
|||
for installed_app in $installed_apps
|
||||
do
|
||||
local installed_app_required_by=$(ynh_app_setting_get --app=$installed_app --key="require_$oneapp")
|
||||
if [[ $installed_app_required_by ]]
|
||||
if [[ -n "$installed_app_required_by" ]]
|
||||
then
|
||||
required_by="${installed_app_required_by}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue