From b2ee66374ea6219687f2b0f35dfc2c6afe1e992a Mon Sep 17 00:00:00 2001 From: AlfonsoRBJ Date: Tue, 24 Mar 2020 12:14:19 +0100 Subject: [PATCH] delaying the backup configuration (#317) --- wazuh/Dockerfile | 4 ++-- wazuh/config/{10-backups.sh => 25-backups.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename wazuh/config/{10-backups.sh => 25-backups.sh} (100%) diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index 7b43eae5..df066c38 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -98,7 +98,7 @@ COPY config/01-wazuh.sh /entrypoint-scripts/01-wazuh.sh COPY config/02-set_filebeat_destination.sh /entrypoint-scripts/02-set_filebeat_destination.sh COPY config/03-config_filebeat.sh /entrypoint-scripts/03-config_filebeat.sh COPY config/05-remove_credentials_file.sh /entrypoint-scripts/05-remove_credentials_file.sh -COPY config/10-backups.sh /entrypoint-scripts/10-backups.sh +COPY config/25-backups.sh /entrypoint-scripts/25-backups.sh COPY config/20-ossec-configuration.sh /entrypoint-scripts/20-ossec-configuration.sh RUN chmod 755 /entrypoint.sh && \ chmod 755 /entrypoint-scripts/00-decrypt_credentials.sh && \ @@ -106,7 +106,7 @@ RUN chmod 755 /entrypoint.sh && \ chmod 755 /entrypoint-scripts/02-set_filebeat_destination.sh && \ chmod 755 /entrypoint-scripts/03-config_filebeat.sh && \ chmod 755 /entrypoint-scripts/05-remove_credentials_file.sh && \ - chmod 755 /entrypoint-scripts/10-backups.sh && \ + chmod 755 /entrypoint-scripts/25-backups.sh && \ chmod 755 /entrypoint-scripts/20-ossec-configuration.sh # Workaround. diff --git a/wazuh/config/10-backups.sh b/wazuh/config/25-backups.sh similarity index 100% rename from wazuh/config/10-backups.sh rename to wazuh/config/25-backups.sh