Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bastien Gounon
xcache-flusher
Commits
8fcde938
Commit
8fcde938
authored
Oct 15, 2020
by
Bastien Gounon
🐗
Browse files
Fix env variable names
parent
3414f4f4
Pipeline
#87163
passed with stage
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
entrypoint.sh
entrypoint.sh
+2
-2
No files found.
entrypoint.sh
View file @
8fcde938
...
...
@@ -9,11 +9,11 @@ if [ ! -z "$FLUSHER_DIR" ]; then
fi
if
[
!
-z
"
$FLUSHER_PORT
"
]
;
then
CACHEDIR
_PARAM
=
"-port
$FLUSHER_PORT
"
PORT
_PARAM
=
"-port
$FLUSHER_PORT
"
fi
if
[
!
-z
"
$FLUSHER_TOKEN
"
]
;
then
CACHEDIR
_PARAM
=
"-token
$FLUSHER_TOKEN
"
TOKEN
_PARAM
=
"-token
$FLUSHER_TOKEN
"
fi
app
$CACHEDIR_PARAM
$TOKEN_PARAM
$PORT_PARAM
...
...
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