Upgrade to 1.8.0

This commit is contained in:
Jean-Baptiste Holcroft
2018-06-28 23:09:33 +02:00
parent dd241fea65
commit cf0f16aa73
6 changed files with 14 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ ynh_app_setting_set "$app" final_path "$final_path"
#=================================================
# Check depends installation
ynh_install_app_dependencies make python-dev python-virtualenv \
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
#=================================================

View File

@@ -82,7 +82,7 @@ ynh_system_user_create "$app"
# REINSTALL DEPENDENCIES
#=================================================
ynh_install_app_dependencies make python-dev python-virtualenv \
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
#=================================================

View File

@@ -93,7 +93,7 @@ path_url=$(ynh_normalize_url_path "$path_url")
#=================================================
# Check depends installation
ynh_install_app_dependencies make python-dev python-virtualenv \
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
#=================================================