mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
f.... typoooo!
This commit is contained in:
parent
6a9871dffe
commit
625c30d910
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
|
|||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port_web=$(ynh_app_setting_get --app=$app --key=port_web)
|
||||
port_rend=$(ynh_app_setting_get --app=$app --key=port_rend)
|
||||
vlc_required=$(ynh_app_setting_get app=$app --key=vlc)
|
||||
vlc_required=$(ynh_app_setting_get --app=$app --key=vlc)
|
||||
|
||||
if [ "$vlc_required" -eq 1 ] ; then
|
||||
pkg_dependencies="$pkg_dependencies vlc"
|
||||
|
|
Loading…
Add table
Reference in a new issue