From c9ec75292393bdeb564d6ec6124228ecbad42fbe Mon Sep 17 00:00:00 2001 From: Bo Rydberg Date: Fri, 14 Dec 2018 17:07:28 +0100 Subject: [PATCH] Update spelling in setup-rw.sh --- init/setup-rw.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init/setup-rw.sh b/init/setup-rw.sh index 19283d7..5fa74f5 100755 --- a/init/setup-rw.sh +++ b/init/setup-rw.sh @@ -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