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
7fe38bc3
Commit
7fe38bc3
authored
Apr 20, 2006
by
Mike Hibler
Browse files
Whoops, forgot the tarball installer...
parent
73d52a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/install-tarball
0 → 100755
View file @
7fe38bc3
#!/bin/sh
TEVC
=
/usr/testbed/bin/tevc
if
[
$#
!=
2
]
;
then
echo
"usage:
$0
pid eid"
exit
1
fi
pid
=
$1
eid
=
$2
echo
"##### reinstalling tarballs and RPMs"
$TEVC
-e
$pid
/
$eid
now tfhosts start
echo
"WARNING: you will still need to run start-experiment to restart"
echo
" stubs and monitors (if they have changed)."
exit
$?
Write
Preview
Supports
Markdown
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