Browse Source

Update scripts/restore

Co-authored-by: Kayou <pierre@kayou.io>
pull/115/head
Éric Gaspar 5 years ago
committed by GitHub
parent
commit
41a43f7595
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/restore

4
scripts/restore

@ -94,9 +94,7 @@ chown root: $final_path/wp-config.php
# 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

Loading…
Cancel
Save