Update config-files.md

example script to edit hostsfile had missing '
This commit is contained in:
qtpies 2019-11-13 23:15:02 +01:00 committed by GitHub
parent 2747b11c28
commit 85e9e02dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ The scripts here all run as root.
~~~
# 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.