Update spelling in setup-rw.sh
This commit is contained in:
parent
7d7f6a3e69
commit
c9ec752923
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user