Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
erlang
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
erlang
Commits
eff5fafd
Commit
eff5fafd
authored
Aug 28, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update run.sh
parent
146fdba5
Pipeline
#125
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
run.sh
run.sh
+4
-4
No files found.
run.sh
View file @
eff5fafd
...
@@ -62,12 +62,12 @@ case "$1" in
...
@@ -62,12 +62,12 @@ case "$1" in
CMD
=
"install"
CMD
=
"install"
esac
esac
PORT
=
${
MTP_PORT
:-
""
}
PORT
=
443
SECRET
=
${
MTP_SECRET
:-
""
}
SECRET
=
${
MTP_SECRET
:-
""
}
TAG
=
${
MTP_TAG
:-
""
}
TAG
=
${
MTP_TAG
:-
""
}
DD_ONLY
=
${
MTP_DD_ONLY
:-
""
}
DD_ONLY
=
'n'
TLS_ONLY
=
${
MTP_TLS_ONLY
:-
""
}
TLS_ONLY
=
'n'
TLS_DOMAIN
=
${
MTP_TLS_DOMAIN
:-
""
}
TLS_DOMAIN
=
'google.com'
# check command line options
# check command line options
while
getopts
"p:s:t:a:d:h"
o
;
do
while
getopts
"p:s:t:a:d:h"
o
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment