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

fix remove

This commit is contained in:
yalh76 2022-03-17 00:51:01 +01:00
parent b71687f5de
commit 92edf4f5e5

View file

@ -79,8 +79,8 @@ ynh_install_apps() {
ynh_remove_apps() {
# Declare an array to define the options of this helper.
local legacy_args=a
local -A args_array=([a]=app=)
local app
local -A args_array=([a]=apps=)
local apps
# Manage arguments with getopts
ynh_handle_getopts_args "$@"