mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update _common.sh
This commit is contained in:
parent
5593190b90
commit
415fe2ffc3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,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
|
||||
|
|
Loading…
Add table
Reference in a new issue