mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-28 16:59:40 -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
|
for rc in /usr/local/etc/fetchmail/*.rc; do
|
||||||
instance=${rc%.*}
|
instance=${rc%.*}
|
||||||
instance=${instance##*/}
|
instance=${instance##*/}
|
||||||
echo systemctl --no-block start fetchmail@${instance}
|
systemctl --no-block start fetchmail@${instance}
|
||||||
done
|
done
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user