Skip to content
Snippets Groups Projects
Commit 5ff0768a authored by Andrew McNab's avatar Andrew McNab
Browse files

Fixes

parent 437aa75d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment