From: Ian Kelling Date: Tue, 11 Apr 2017 21:57:25 +0000 (-0700) Subject: updated setup for latest apache script dependency X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=commitdiff_plain;h=3da8c7ce9ed611cd12d48d5470db5725fa310f24 updated setup for latest apache script dependency --- diff --git a/setup.sh b/setup.sh index 8e8e259..5aaf019 100755 --- 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. --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 @@ -38,7 +38,7 @@ EOF ##### begin command line parsing ######## -port="*:443" +port=443 temp=$(getopt -l help, p:h "$@") || usage 1 eval set -- "$temp" while true; do