Skip to content
GitLab
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-devel
Commits
475d93a3
Commit
475d93a3
authored
Feb 28, 2014
by
Leigh B Stoller
Browse files
Send logs to TBLOGS, and apt-ops. Fix minor bug.
parent
dae18a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/scripts/quickvm.in
View file @
475d93a3
...
...
@@ -175,9 +175,11 @@ else {
}
}
# Email record.
AuditStart
(
0
,
undef
)
if
(
!
$debug
);
# Email record.
if
(
!
$debug
)
{
AuditStart
(
0
,
undef
,
LIBAUDIT_LOGTBLOGS
()
|
LIBAUDIT_LOGONLY
());
AddAuditInfo
("
cc
",
"
apt-logs
\@
flux.utah.edu
");
}
# Connect to the SA DB.
DBConnect
(
GENISA_DBNAME
());
...
...
@@ -316,7 +318,8 @@ if (exists($xmlparse->{'attribute'}->{"sshkey"}) &&
}
}
}
chomp
(
$sshkey
);
chomp
(
$sshkey
)
if
(
defined
(
$sshkey
));
#
# See if the GeniUser exists. Create if not, but that means we
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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