mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
comment
This commit is contained in:
parent
a7f4f0badf
commit
612a87a4a8
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ ynh_app_config_apply() {
|
||||||
|
|
||||||
if [ "${changed[phpversion]}" == "true" ] && [ "$phpversion" == "none" ]
|
if [ "${changed[phpversion]}" == "true" ] && [ "$phpversion" == "none" ]
|
||||||
then
|
then
|
||||||
|
# FIXME: This miserably fails because the setting phpversion get his
|
||||||
|
# new value before ynh_app_config_apply gets called, so
|
||||||
|
# ynh_remove_fpm_config try to remove the new not-yet-existent version.
|
||||||
ynh_remove_fpm_config
|
ynh_remove_fpm_config
|
||||||
elif [ "${changed[phpversion]}" == "true" ]
|
elif [ "${changed[phpversion]}" == "true" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue