1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

typo variable

This commit is contained in:
Krakinou 2019-01-24 00:35:34 +01:00
parent 03a0b42c11
commit 7bbd113545
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ chown -R $app: $final_path
# Define and install dependencies
ynh_print_info "Installing dependencies and pip packages"
ynh_install_app_dependencies $pkg_dependencies
ynh_install_app_dependencies $PKG_DEPENDENCIES
pip install --target $final_path/vendor -r $final_path/requirements.txt
#=================================================

View file

@ -72,7 +72,7 @@ ynh_add_nginx_config
# UPGRADE DEPENDENCIES
#=================================================
ynh_install_app_dependencies $pkg_dependencies
ynh_install_app_dependencies $PKG_DEPENDENCIES
pip install --target $final_path/vendor -r $final_path/requirements.txt
#=================================================