This commit is contained in:
yalh76 2022-04-01 02:04:30 +02:00
parent 8810561825
commit 244b31f07f

View file

@ -22,7 +22,7 @@ ynh_install_apps() {
for one_app_and_its_args in "${apps_list[@]}"
do
# Retrieve the name of the app (part before ?)
local one_app=$(cut -d "?" -f1 <<< "$str")
local one_app=$(cut -d "?" -f1 <<< "$one_app_and_its_args")
[ -z "$one_app" ] && ynh_die --message="You didn't provided a YunoHost app to install"
yunohost tools update apps