From a7111604ff0a10df43c670ad9b4eddeff0f67060 Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Tue, 25 Jul 2017 13:16:51 +0200 Subject: [PATCH] "test sys_refresh_ref_cron.sh" --- bin/sys_refresh_ref_cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}'"