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:
parent
b71687f5de
commit
92edf4f5e5
1 changed files with 2 additions and 2 deletions
|
@ -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 "$@"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue