From 2481d53d17147ca1c79c95713f31287744b0e5d2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 16 Apr 2023 15:21:25 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f48493..02f0255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN (cp /etc/munin/apache24.conf /etc/apache2/sites-available/000-default.conf) (chfn -f 'munin' root) && \ (/usr/sbin/a2enmod fcgid) && \ rm -rf /etc/munin/plugins && \ - mkdir -p /etc/munin/plugins && \ + mkdir -p /etc/munin/plugins COPY run.sh /usr/local/bin/run COPY munin_stats /etc/munin/plugins/munin_stats