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
f2a58b0c
Commit
f2a58b0c
authored
Sep 13, 2005
by
Leigh B. Stoller
Browse files
oops, had an unqualified sshtb, which was working on old boss, but I
guess the default path is different on new boss?
parent
a79b74a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/spewconlog.in
View file @
f2a58b0c
...
...
@@ -165,6 +165,6 @@ if ($syspid) {
# Now we want to ssh over and cat the file.
#
$UID
=
0
;
system
("
sshtb
-host
$tipserver
$cmd
$logname
");
system
("
$SSH
-host
$tipserver
$cmd
$logname
");
$UID
=
$SAVEUID
;
exit
((
$?
==
0
?
0
:
1
));
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