Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
44038aae
Commit
44038aae
authored
May 29, 2012
by
Nikos Skalkotos
Browse files
Fix a bash bug introduced in
7836baff
parent
7836baff
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-host/create
View file @
44038aae
...
...
@@ -167,7 +167,7 @@ set -e
if
[
$rc
-ne
0
]
;
then
if
[
$rc
-eq
124
]
;
then
log_error
"Helper VM was terminated. Did not finish on time."
if
[
$rc
-eq
137
]
;
then
# (128 + SIGKILL)
el
if
[
$rc
-eq
137
]
;
then
# (128 + SIGKILL)
log_error
"Helper VM was killed. Did not finish on time."
elif
[
$rc
-eq
141
]
;
then
# (128 + SIGPIPE)
log_error
"Helper was killed by a SIGPIPE signal."
...
...
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