1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal7_ynh.git synced 2024-09-03 18:26:19 +02:00

php-fpm reorder

This commit is contained in:
yalh76 2019-05-17 22:37:10 +02:00
parent fb3bfc1ed3
commit 9a0d82727a
3 changed files with 3 additions and 2 deletions

View file

@ -116,8 +116,8 @@ mkdir -p "$final_path"
#=================================================
ynh_print_info --message="Installing PHP 7.2..."
ynh_install_php --phpversion="7.2" --package="$extra_pkg_dependencies"
ynh_systemd_action --service_name=php7.2-fpm --action=reload
#=================================================
# CREATE DRUSH ALIAS
@ -215,7 +215,6 @@ fi
ynh_print_info --message="Reloading nginx web server..."
ynh_systemd_action --service_name=nginx --action=reload
ynh_systemd_action --service_name=php7.2-fpm --action=reload
#=================================================
# END OF SCRIPT

View file

@ -109,6 +109,7 @@ ynh_restore_file --origin_path="/etc/cron.d/$app"
ynh_print_info --message="Reinstalling php..."
ynh_install_php --phpversion="7.2" --package="$extra_pkg_dependencies"
ynh_systemd_action --service_name=php7.2-fpm --action=reload
#=================================================
# GENERIC FINALIZATION

View file

@ -114,6 +114,7 @@ ynh_add_fpm_config --phpversion="7.2"
ynh_print_info --message="Updating PHP..."
ynh_install_php --phpversion="7.2" --package="$extra_pkg_dependencies"
ynh_systemd_action --service_name=php7.2-fpm --action=reload
#=================================================
# UPDATE COMPOSER