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-devel
Commits
580a27e3
Commit
580a27e3
authored
Mar 06, 2007
by
Leigh B. Stoller
Browse files
Another minor fix!
parent
a7c2f949
Changes
1
Show whitespace changes
Inline
Side-by-side
db/elabinelab_bossinit.in
View file @
580a27e3
...
...
@@ -27,7 +27,6 @@ my $TB = "@prefix@";
my
$TBOPS
=
"
@TBOPSEMAIL
@
";
my
$ELABINELAB
=
@ELABINELAB@
;
my
$SAVEUID
=
$UID
;
my
$TBOPSPID
=
TBOPSPID
();
# un-taint path
$ENV
{'
PATH
'}
=
'
/bin:/usr/bin:/usr/sbin:/usr/local/bin
';
...
...
@@ -40,6 +39,9 @@ use lib "@prefix@/lib";
use
libdb
;
use
libtestbed
;
# Defined in libdb ...
my
$TBOPSPID
=
TBOPSPID
();
if
(
!
$ELABINELAB
)
{
die
("
*** $0:
\n
"
.
"
This script can only run on an inner Emulab!
\n
");
...
...
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