mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-03 07:15:04 -04:00
Update config-files.md
example script to edit hostsfile had missing '
This commit is contained in:
parent
2747b11c28
commit
85e9e02dff
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ The scripts here all run as root.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
# Add entry to /etc/hosts
|
# Add entry to /etc/hosts
|
||||||
echo '127.0.0.1 example.com >> /etc/hosts
|
echo '127.0.0.1 example.com' >> /etc/hosts
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
- `/rw/config/qubes-ip-change-hook` - script runs in NetVM after every external IP change and on "hardware" link status change.
|
- `/rw/config/qubes-ip-change-hook` - script runs in NetVM after every external IP change and on "hardware" link status change.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue