From 9fa5167d655f295341a8b635b3f2ea737fde5360 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 1 Sep 2006 18:06:11 +0000 Subject: Fix type-specific option handling code git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2166 ce84e21b-d406-0410-9b95-82705330c041 --- tools/bcfg2-cron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bcfg2-cron b/tools/bcfg2-cron index d5f6d76fc..e1c4b9a6d 100755 --- a/tools/bcfg2-cron +++ b/tools/bcfg2-cron @@ -30,7 +30,8 @@ BCFG2_CFG=/etc/bcfg2.conf invoke_bcfg2 () { # Invoke bcfg2 if enabled if [ ${BCFG2_ENABLED} -eq 1 ]; then - ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_OPTIONS_${RUNTYPE}} + eval BCFG2_EXTRA_OPTIONS=\${BCFG2_OPTIONS_${RUNTYPE}} + ${BCFG2_BIN} ${BCFG2_OPTIONS} ${BCFG2_EXTRA_OPTIONS}} fi } -- cgit v1.2.3-1-g7c22