summaryrefslogtreecommitdiffstats
path: root/tools/bcfg2-cron
diff options
context:
space:
mode:
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
}