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

Add PHP dependency in restore script

This commit is contained in:
tituspijean 2021-11-26 12:57:16 +01:00 committed by GitHub
parent 158dd75552
commit 5157c96777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,13 @@ test ! -d $final_path \
#=================================================
# STANDARD RESTORATION STEPS
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --weight=2
ynh_install_app_dependencies "php${phpversion}-fpm"
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================