1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[fix] Reinstall dependencies while restoring

Closes #127
This commit is contained in:
tituspijean 2019-09-23 17:59:12 +02:00
parent 54c7ab5c38
commit c6e1d2eff3

View file

@ -77,6 +77,14 @@ ynh_restore_file --origin_path="/etc/php/${php_version}/fpm/pool.d/$app.conf"
#=================================================
# SPECIFIC RESTORATION
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --time --weight=1
# Define and install dependencies
ynh_install_php --phpversion=${php_version} --package="$pkg_dependencies"
#=================================================
# RESTORE THE MYSQL DATABASE
#=================================================