Browse Source
Update scripts/restore
Co-authored-by: Kayou <pierre@kayou.io>
pull/115/head
Éric Gaspar
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
scripts/restore
|
|
@ -94,9 +94,7 @@ chown root: $final_path/wp-config.php |
|
|
# RESTORE THE PHP-FPM CONFIGURATION |
|
|
# RESTORE THE PHP-FPM CONFIGURATION |
|
|
#================================================= |
|
|
#================================================= |
|
|
|
|
|
|
|
|
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" |
|
|
|
|
|
|
|
|
|
|
|
ynh_add_fpm_config --package="$extra_php_dependencies" |
|
|
|
|
|
|
|
|
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies" |
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# RESTORE THE FAIL2BAN CONFIGURATION |
|
|
# RESTORE THE FAIL2BAN CONFIGURATION |
|
|
|