Update helpers/app

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
yalh76 2022-03-16 22:47:33 +01:00 committed by GitHub
parent 1386466d7e
commit 756e3b292b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ ynh_remove_apps() {
done
# If $oneapp is no more required
if [[ ! $required_by ]]
if [[ -z "$required_by" ]]
then
# Remove $oneapp
ynh_print_info --message="Removing of $oneapp"