mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Homogeinize dependencies install step weight²
This commit is contained in:
parent
6e424af31d
commit
a1161adabd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ynh_maintenance_mode_ON
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL DEPENDENCIES
|
# INSTALL DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing dependencies..." --weight=1
|
ynh_script_progression --message="Installing dependencies..." --weight=2
|
||||||
|
|
||||||
ynh_install_app_dependencies "php${phpversion}-fpm"
|
ynh_install_app_dependencies "php${phpversion}-fpm"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue