iankelling.org
/
git
/
iankelling.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56db717
)
updated setup for latest apache script dependency
author
Ian Kelling
<ian@iankelling.org>
Tue, 11 Apr 2017 21:57:25 +0000
(14:57 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Tue, 11 Apr 2017 21:57:25 +0000
(14:57 -0700)
setup.sh
patch
|
blob
|
history
diff --git
a/setup.sh
b/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.
--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