mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 00:39:30 -05:00
forgotten echo removed
This commit is contained in:
parent
36eb4058e4
commit
4534561355
@ -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
|
||||
~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user