1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

fix missinf fi

This commit is contained in:
yalh76 2022-03-06 15:23:22 +01:00
parent fcec06b28f
commit 8f1a265134

View file

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