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
5ed547c2
Commit
5ed547c2
authored
Oct 07, 2003
by
Robert Ricci
Browse files
Fix a terribly annoying permssions bug!
parent
910b3e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/newnode.in
View file @
5ed547c2
...
...
@@ -57,6 +57,12 @@ if (!TBAdmin()) {
die
"
Sorry, only testbed administrators can run this script!
\n
";
}
#
# We seem to have to do this so that ssh gets proper root permissions to read
# the key file. Argh.
#
$UID
=
$EUID
=
0
;
if
(
@ARGV
<
1
)
{
die
"
Usage: $0 <node_id> ...
\n
";
}
...
...
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