forgotten echo removed

This commit is contained in:
Rami Hovi 2017-04-27 18:13:51 +03:00
parent 36eb4058e4
commit 4534561355
No known key found for this signature in database
GPG Key ID: C1360DB73FEE7313

View File

@ -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
~~~