Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
watchful-nginx
Commits
6f38bd04
Commit
6f38bd04
authored
Oct 09, 2016
by
Christopher Guess
Browse files
added environment variable to generate dhparam and then exit the container
parent
de4be342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
run.sh
run.sh
+5
-0
No files found.
run.sh
View file @
6f38bd04
...
@@ -66,6 +66,11 @@ else
...
@@ -66,6 +66,11 @@ else
echo
"+-- dhparam found in
$DHPARAM_FILE
"
echo
"+-- dhparam found in
$DHPARAM_FILE
"
fi
fi
if
[
"
$NGINX_BOOT
"
=
"false"
]
;
then
echo
"NGINX_BOOT is set to false, exiting."
exit
fi
# start the watch
# start the watch
watch_logfiles &
watch_logfiles &
sleep
1
sleep
1
...
...
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