mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Added php-fpm in restore
This commit is contained in:
parent
3b4149b112
commit
fa4f4b8f03
1 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,13 @@ cd $final_path && sudo /usr/bin/php7.1 artisan migrate --force
|
|||
# Restore permissions on app files
|
||||
chown -R $app: $final_path
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
|
||||
ynh_restore_file "/etc/php/7.1/fpm/pool.d/$app.conf"
|
||||
ynh_restore_file "/etc/php/7.1/fpm/conf.d/20-$app.ini"
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE CRON FILE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue