diff --git a/scripts/backup b/scripts/backup index e099f82..6babeb9 100644 --- a/scripts/backup +++ b/scripts/backup @@ -21,8 +21,6 @@ ynh_print_info --message="Declaring files to be backed up..." ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" -ynh_backup --src_path="/etc/rspamd/worker-controller.inc" - #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/restore b/scripts/restore index 8f8b146..43e8fd3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -25,8 +25,6 @@ ynh_script_progression --message="Restoring the NGINX web server configuration.. ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" -ynh_restore_file --origin_path="/etc/rspamd/worker-controller.inc" - #================================================= # SPECIFIC RESTORATION #=================================================