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:
parent
03a0b42c11
commit
7bbd113545
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ chown -R $app: $final_path
|
||||||
|
|
||||||
# Define and install dependencies
|
# Define and install dependencies
|
||||||
ynh_print_info "Installing dependencies and pip packages"
|
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
|
pip install --target $final_path/vendor -r $final_path/requirements.txt
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -72,7 +72,7 @@ ynh_add_nginx_config
|
||||||
# UPGRADE DEPENDENCIES
|
# 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
|
pip install --target $final_path/vendor -r $final_path/requirements.txt
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue