examples: Fix up vhosts example to run with new patplex conventions.
[ashd.git] / examples / vhosts / run
index bba9e68..a9d419f 100755 (executable)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
+# Change to the directory containing this script
 set -e
 cd "$(dirname "$0")"
 
-htparser plain:port=8080 -- patplex patterns.conf
+# Start htparser running patplex; see the patterns.conf file for
+# further details.
+htparser plain:port=8080 -- patplex ./patterns.conf