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
1386466d7e
commit
756e3b292b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue