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
78db9012
Commit
78db9012
authored
Nov 13, 2016
by
Andrew McNab
Browse files
Fix comment
parent
7abf656f
Changes
1
Hide whitespace changes
Inline
Side-by-side
db12.init
View file @
78db9012
...
...
@@ -15,7 +15,7 @@ if [ -f /etc/db12/total_cpu ] ; then
fi
if
[
"
$total_cpu
"
==
""
]
;
then
# If total_cpu not given in /etc/
sysconfig/db12
then count OS processors
# If total_cpu not given in /etc/
db12/total_cpu
then count OS processors
total_cpu
=
`
grep
'^processor[[:space:]]*:'
/proc/cpuinfo |
wc
--lines
`
mkdir
-p
/etc/db12
echo
"
$total_cpu
"
>
/etc/db12/total_cpu
...
...
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