mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-14 10:11:37 -04:00
forgotten echo removed
This commit is contained in:
parent
36eb4058e4
commit
4534561355
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue