From 20e5734c29452715aaf5b62940d497a18fc9556b Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Sat, 4 Apr 2020 10:48:38 +0200 Subject: [PATCH] fixed typo --- ftp/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftp/Dockerfile b/ftp/Dockerfile index 3cadb1b..4875903 100644 --- a/ftp/Dockerfile +++ b/ftp/Dockerfile @@ -26,8 +26,8 @@ RUN apt-get update && \ # disable kernel log as it doesn't work in containers - and it should not sed -i '/imklog/s/^/#/' /etc/rsyslog.conf && \ # disable the template preset and set a custom one (first empty line after GLOBAL DIRECTIVES) - sed -i '/ActionFileDefaultTemplate/s/^/#/' /etc/rsyslog.conf && - sed -i '/GLOBAL DIRECTIVES/!b;:a;n;/./ba;i$template customFormat,"%msg%\\n" \n$ActionFileDefaultTemplate customFormat' /etc/rsyslog.conf && + sed -i '/ActionFileDefaultTemplate/s/^/#/' /etc/rsyslog.conf && \ + sed -i '/GLOBAL DIRECTIVES/!b;:a;n;/./ba;i$template customFormat,"%msg%\\n" \n$ActionFileDefaultTemplate customFormat' /etc/rsyslog.conf && \ # redirect the output to the process 1 ln -sf /proc/1/fd/1 /var/log/syslog