1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

Update app

This commit is contained in:
yalh76 2022-03-06 15:23:05 +01:00
parent 266e890c46
commit 0b17cf754d

View file

@ -88,5 +88,6 @@ ynh_remove_apps() {
# Remove $oneapp # Remove $oneapp
ynh_print_info --message="Removing of $oneapp" ynh_print_info --message="Removing of $oneapp"
yunohost app remove $oneapp --purge yunohost app remove $oneapp --purge
fi
done done
} }