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
b3b9a8b0
Commit
b3b9a8b0
authored
Jun 07, 2013
by
Mike Hibler
Browse files
Make sure both /proj and /proj/emulab-ops exist.
parent
2394046e
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/checknode/rc.nodecheck
View file @
b3b9a8b0
...
...
@@ -50,7 +50,7 @@ if [ -f "/etc/emulab/ismfs" ] ; then
exit
0
fi
if
[
!
-d
"
$PROJDIR
"
]
;
then
mkdir
$PROJDIR
mkdir
-p
$PROJDIR
fi
mounted
=
0
if
[
!
-d
"
$PROJDIR
/nodecheck"
]
;
then
...
...
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