From 8181b98d56a3e25fb45e8993bb4684c8599e54ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 May 2024 09:21:07 +0200 Subject: [PATCH] fix --- scripts/backup | 2 -- scripts/restore | 2 -- 2 files changed, 4 deletions(-) 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 #=================================================