diff --git a/bin/sys_refresh_ref_cron.sh b/bin/sys_refresh_ref_cron.sh index b3ae9d4..e65d50a 100755 --- a/bin/sys_refresh_ref_cron.sh +++ b/bin/sys_refresh_ref_cron.sh @@ -182,7 +182,7 @@ function refresh_cronjobs HOURS=$(echo ${CRONJOB} | cut -d' ' -f2) DAYS=$(echo ${CRONJOB} | cut -d' ' -f3) MONTHS=$(echo ${CRONJOB} | cut -d' ' -f4) - DAYOFWEEK=$(echo ${CRONJOB} | cut -d' ' -f5) + DAYSOFWEEK=$(echo ${CRONJOB} | cut -d' ' -f5) COMMAND=$(echo ${CRONJOB} | cut -d' ' -f6-) REQUEST_ID_PARAMS="host='${VM}' and s_user='${TETALAB_USER}' and minutes='${MINUTES}' and hours='${HOURS}' and days='${DAYS}' and months='${MONTHS}' and daysofweek='${DAYSOFWEEK}' and command='${COMMAND}'"