Skip to content

Commit

Permalink
Update spelling in setup-rw.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bolry authored Dec 14, 2018
1 parent 7d7f6a3 commit c9ec752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init/setup-rw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit c9ec752

Please sign in to comment.