From 45345613553084b2713319215562a972dd5ee11d Mon Sep 17 00:00:00 2001 From: Rami Hovi Date: Thu, 27 Apr 2017 18:13:51 +0300 Subject: [PATCH] forgotten echo removed --- configuration/fetchmail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/fetchmail.md b/configuration/fetchmail.md index 9d4d8206..7d157de2 100644 --- a/configuration/fetchmail.md +++ b/configuration/fetchmail.md @@ -72,7 +72,7 @@ Next, add this to `/rw/config/rc.local`: for rc in /usr/local/etc/fetchmail/*.rc; do instance=${rc%.*} instance=${instance##*/} - echo systemctl --no-block start fetchmail@${instance} + systemctl --no-block start fetchmail@${instance} done ~~~