summaryrefslogtreecommitdiffstats
path: root/tools/bcfg2-cron
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2007-06-29 19:29:48 +0000
committerNarayan Desai <desai@mcs.anl.gov>2007-06-29 19:29:48 +0000
commit90c003c8b39e31aae0c2626884180e0911a37c8c (patch)
tree95e26b64062af702beecdbc8b6654c62078117ab /tools/bcfg2-cron
parent4679dbc7cbe4cae9561fcee90c4b88e0622eb590 (diff)
downloadbcfg2-90c003c8b39e31aae0c2626884180e0911a37c8c.tar.gz
bcfg2-90c003c8b39e31aae0c2626884180e0911a37c8c.tar.bz2
bcfg2-90c003c8b39e31aae0c2626884180e0911a37c8c.zip
Remove extra curly-brace (resolves Ticket #454)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3393 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/bcfg2-cron')
-rwxr-xr-xtools/bcfg2-cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bcfg2-cron b/tools/bcfg2-cron
index 53377b943..cba5f4de1 100755
--- a/tools/bcfg2-cron
+++ b/tools/bcfg2-cron
@@ -31,7 +31,7 @@ invoke_bcfg2 () {
# Invoke bcfg2 if enabled
if [ ${BCFG2_ENABLED} -eq 1 ]; then
eval BCFG2_EXTRA_OPTIONS=\${BCFG2_OPTIONS_${RUNTYPE}}
- ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_EXTRA_OPTIONS}}
+ ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_EXTRA_OPTIONS}
fi
}