Skip to content

Commit adfb957

Browse files
committed
Update readme-and-install.sh
Quote the here document to turn off escaping
1 parent 4e5dba4 commit adfb957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-and-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OPEN=/usr/bin/open
77
CAT=/bin/cat
88
MORE=/usr/bin/more
99

10-
$CAT <<HELPSTRING | $MORE
10+
$CAT <<'HELPSTRING' | $MORE
1111
OS X OpenVPN Server and Client Configuration
1212
1313
How to build an OpenVPN VPN server on OS X pfctl and Tunnelblick.

0 commit comments

Comments
 (0)