1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

fix remove

This commit is contained in:
yalh76 2022-03-17 00:51:20 +01:00
parent 4259b268ae
commit bc632d5cb0

View file

@ -76,8 +76,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 "$@"