Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
e5ea8689
Commit
e5ea8689
authored
Dec 03, 2014
by
Leigh B Stoller
Browse files
Do not send email to tbops for user errors.
parent
185f8c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/instance_defs.php
View file @
e5ea8689
...
...
@@ -175,10 +175,11 @@ class Instance
}
$retval
=
SUEXEC
(
$uid
,
$pid
,
"webcreate_instance
$options
-u
$uuid
$xmlname
"
,
SUEXEC_ACTION_
CONTINU
E
);
SUEXEC_ACTION_
IGNOR
E
);
if
(
$retval
!=
0
)
{
if
(
$retval
<
0
)
{
SUEXECERROR
(
SUEXEC_ACTION_CONTINUE
);
$errors
[
"error"
]
=
"Transient error(3); please try again later."
;
}
...
...
@@ -188,6 +189,7 @@ class Instance
$errors
[
"error"
]
=
$line
;
}
else
{
SUEXECERROR
(
SUEXEC_ACTION_CONTINUE
);
$errors
[
"error"
]
=
"Transient error(4); please try again later."
;
}
...
...
Write
Preview
Supports
Markdown
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