Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
machinejobfeatures
mjf-scripts
Commits
5ff0768a
Commit
5ff0768a
authored
Oct 05, 2016
by
Andrew McNab
Browse files
Fixes
parent
437aa75d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5ff0768a
...
...
@@ -40,7 +40,7 @@ INSTALL_FILES=VERSION mjf.init \
DIRACbenchmark.py db12.init
TGZ_FILES
=
$(INSTALL_FILES)
Makefile mjf-torque.spec mjf-htcondor.spec
\
mjf-onlymf mjf-db12.spec README
mjf-onlymf
.spec
mjf-db12.spec README
GNUTAR
?=
tar
mjf-scripts.tgz
:
$(TGZ_FILES)
...
...
db12.init
View file @
5ff0768a
...
...
@@ -11,7 +11,7 @@
# If total_cpu is already created (in Kickstart?), we use that:
#
if
[
-f
/etc/db12/total_cpu
]
;
then
$
total_cpu
=
`
cat
/etc/db12/total_cpu
`
total_cpu
=
`
cat
/etc/db12/total_cpu
`
fi
if
[
"
$total_cpu
"
==
""
]
;
then
...
...
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