Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
mowgli-colosseum
Commits
fbaf505b
Commit
fbaf505b
authored
May 02, 2018
by
Daniel Seybold
Browse files
added call to remove PID file before starting colosseum to prevent crashes, not tested
parent
7e3b6285
Pipeline
#10055
passed with stage
in 6 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
init/entrypoint
init/entrypoint
+2
-0
No files found.
init/entrypoint
View file @
fbaf505b
...
...
@@ -66,6 +66,8 @@ function checkDatabase(){
}
function
start_colosseum
(){
#delete PID file
rm
/opt/cloudiator/colosseum-0.2.0-SNAPSHOT/RUNNING_PID
# resolve public IP
PUBLIC_IP
=
$(
dig +short myip.opendns.com @resolver1.opendns.com
)
...
...
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