1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
This commit is contained in:
Tagadda 2022-02-27 19:31:15 +00:00
parent a7f4f0badf
commit 612a87a4a8

View file

@ -56,6 +56,9 @@ ynh_app_config_apply() {
if [ "${changed[phpversion]}" == "true" ] && [ "$phpversion" == "none" ]
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
elif [ "${changed[phpversion]}" == "true" ]
then