summarylogtreecommitdiffstats
path: root/luaunbound.install
diff options
context:
space:
mode:
Diffstat (limited to 'luaunbound.install')
-rw-r--r--luaunbound.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaunbound.install b/luaunbound.install
index 0ef12fffe86c..c267b58c412a 100644
--- a/luaunbound.install
+++ b/luaunbound.install
@@ -1,5 +1,5 @@
post_install(){
- echo "To enable luaunbound, add the following to the global section of your `prosody.cfg.lua`:"
- echo 'RunScript "use\_unbound.lua"'
+ echo "To enable luaunbound, add the following to the global section of your 'prosody.cfg.lua':"
+ echo "RunScript 'use\_unbound.lua'"
echo "More config info can be found in /usr/share/doc/luaunbound/README"
}