Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6ceb538a
Commit
6ceb538a
authored
Mar 15, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up some temporary files we were leaving behind.
parent
228d2aea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
protogeni/scripts/getcacerts.in
protogeni/scripts/getcacerts.in
+6
-0
No files found.
protogeni/scripts/getcacerts.in
View file @
6ceb538a
...
...
@@ -195,6 +195,10 @@ if ($?) {
$restartapache
=
1
;
}
unlink
("
/tmp/genica.bundle.$$
")
if
(
-
e
"
/tmp/genica.bundle.$$
");
system
("
/bin/rm -rf /tmp/genicacerts.$$
")
if
(
-
e
"
/tmp/genicacerts.$$
");
#
# Prepend the local/latest CRL with what we got from Utah.
...
...
@@ -220,6 +224,8 @@ if ($?) {
$restartapache
=
1
;
}
unlink
("
/tmp/genicrl.bundle.$$
")
if
(
-
e
"
/tmp/genicrl.bundle.$$
");
if
(
$restartapache
)
{
system
("
$APACHE_START
restart
")
==
0
...
...
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