diff options
-rwxr-xr-x | tools/bcfg2-cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bcfg2-cron b/tools/bcfg2-cron index e1c4b9a6d..53377b943 100755 --- a/tools/bcfg2-cron +++ b/tools/bcfg2-cron @@ -41,7 +41,7 @@ case $1 in RUNTYPE=DAILY invoke_bcfg2 ;; "--hourly") - [ "x${BCFG2_CRON}" = "xhourly" -o "x${BCFG2_CRON}" = "xboth"] && \ + [ "x${BCFG2_CRON}" = "xhourly" -o "x${BCFG2_CRON}" = "xboth" ] && \ RUNTYPE=HOURLY invoke_bcfg2 ;; *) |