Default port 443 now optional

This commit is contained in:
Samuel Huang
2021-08-18 20:19:33 +10:00
parent 5fd0f8a5b3
commit f83042bad5
10 changed files with 153 additions and 112 deletions

View File

@@ -43,9 +43,7 @@ if [ -z "${xconf}" ]; then
fi
if [ -z "${port}" ]; then
echo "Error: port undefined."
usage
exit 1
port=443
fi
if [ -z "${domain}" ]; then