updated setup for latest apache script dependency
authorIan Kelling <ian@iankelling.org>
Tue, 11 Apr 2017 21:57:25 +0000 (14:57 -0700)
committerIan Kelling <ian@iankelling.org>
Tue, 11 Apr 2017 21:57:25 +0000 (14:57 -0700)
setup.sh

index 8e8e259ab6a9d41d602bb261c9f3e2d34bc134ab..5aaf019c160b1f6d36124994d4a6c114fb949648 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -28,7 +28,7 @@ Setup dependencies, apache, and gitweb. Then call build.rb.
 Default DOMAIN_NAME is iankelling.org. Domain is expected to resolve
 so we can get a let's encrypt cert.
 
 Default DOMAIN_NAME is iankelling.org. Domain is expected to resolve
 so we can get a let's encrypt cert.
 
--p PORT      Apache port, default is *:443.
+-p PORT      Apache port, default is 443.
 -h|--help    Print help and exit.
 
 Note: Uses GNU getopt options parsing style
 -h|--help    Print help and exit.
 
 Note: Uses GNU getopt options parsing style
@@ -38,7 +38,7 @@ EOF
 
 ##### begin command line parsing ########
 
 
 ##### begin command line parsing ########
 
-port="*:443"
+port=443
 temp=$(getopt -l help, p:h "$@") || usage 1
 eval set -- "$temp"
 while true; do
 temp=$(getopt -l help, p:h "$@") || usage 1
 eval set -- "$temp"
 while true; do