Commit eff5fafd authored by Administrator's avatar Administrator

Update run.sh

parent 146fdba5
Pipeline #125 failed with stages
......@@ -62,12 +62,12 @@ case "$1" in
CMD="install"
esac
PORT=${MTP_PORT:-""}
PORT=443
SECRET=${MTP_SECRET:-""}
TAG=${MTP_TAG:-""}
DD_ONLY=${MTP_DD_ONLY:-""}
TLS_ONLY=${MTP_TLS_ONLY:-""}
TLS_DOMAIN=${MTP_TLS_DOMAIN:-""}
DD_ONLY='n'
TLS_ONLY='n'
TLS_DOMAIN='google.com'
# check command line options
while getopts "p:s:t:a:d:h" o; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment