From bc6ce60ff28f818b91128ad84ab7a78de3f12d35 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Thu, 30 Jan 2020 17:11:41 +0100 Subject: [PATCH] [DBBackupRotation] Add forgotten backslash --- get-modified-image.sh | 2 +- pica-db-backup-rotation/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/get-modified-image.sh b/get-modified-image.sh index e0b72691..0924852a 100755 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables -echo "Found modified image : $RES" +echo "Found modified folder : $RES" diff --git a/pica-db-backup-rotation/Dockerfile b/pica-db-backup-rotation/Dockerfile index 661747e2..65cba417 100644 --- a/pica-db-backup-rotation/Dockerfile +++ b/pica-db-backup-rotation/Dockerfile @@ -2,7 +2,7 @@ FROM python:3-slim-buster RUN apt-get update \ && apt-get -y upgrade \ - && apt-get -y install cron + && apt-get -y install cron \ && pip3 install rotate-backups python-crontab \ && rm -rf /var/lib/apt/lists/* -- GitLab