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
be7db60a
Commit
be7db60a
authored
Jun 13, 2013
by
Dan Reading
Browse files
initlogs needs arg list. Add stop if in mfs mode
parent
e5989d50
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/checknode/memcheck
View file @
be7db60a
...
...
@@ -36,7 +36,7 @@ source hbis.sh
declare
failed
=
""
s
=
""
inithostname
initlogs
initlogs
$@
#set +x
#exit on unbound var
...
...
@@ -55,6 +55,7 @@ finish() {
}
s
=
""
# check that external need program are installed
case
$os
in
Linux
)
...
...
@@ -153,6 +154,10 @@ if [ -f ${logfile4tb} ] ; then
fi
# done at this point in MFS
# we are done if in MFS mode
((
$mfsmode
))
&&
exit
0
tbinfo
=
$(
getfromtb meminfo
$host
)
{
...
...
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