Update spelling in setup-rw.sh

This commit is contained in:
Bo Rydberg 2018-12-14 17:07:28 +01:00 committed by GitHub
parent 7d7f6a3e69
commit c9ec752923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ if mountpoint -q /rw ; then
#!/bin/sh
# This script will be executed at every VM startup, you can place your own
# custom commands here. This include overriding some configuration in /etc,
# custom commands here. This includes overriding some configuration in /etc,
# starting services etc.
# Example for overriding the whole CUPS configuration:
@ -38,10 +38,10 @@ EOF
#!/bin/sh
# This script is called in AppVMs after every firewall update (configuration
# change, starting some VM etc). This is good place to write own custom
# change, starting some VM etc). This is a good place to write own custom
# firewall rules, in addition to autogenerated ones. Remember that in most cases
# you'll need to insert the rules at the beginning (iptables -I) for it to be
# efective.
# effective.
EOF
chmod 755 /rw/config/qubes-firewall-user-script