From d0f62b737944556340409f5681e70c61527b2145 Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Tue, 23 Jul 2024 14:48:53 -0400 Subject: [PATCH] minor --- alpaca_md_day/alpaca_md_day.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alpaca_md_day/alpaca_md_day.sh b/alpaca_md_day/alpaca_md_day.sh index 583260c..c861b73 100755 --- a/alpaca_md_day/alpaca_md_day.sh +++ b/alpaca_md_day/alpaca_md_day.sh @@ -19,7 +19,7 @@ mkdir -p ${LogDir} usage() { - echo "Usage: $0 [ (30}) ] [] " + echo "Usage: $0 [ (30) ] [] " exit 1 } @@ -58,7 +58,7 @@ while true; do Start=$(date -d "${Start} - 1 day" "+%Y-%m-%d") done -End=${Start} # only 1 day is practical +End=${Start} # only 1 day is practical if [ "${NumJobs}" == "" ] ; then NumJobs=${DEFAULT_NUM_JOBS} @@ -87,7 +87,7 @@ run_proc() { echo ${Cmd} eval ${Cmd} - sleep ${SLEEP_SEC_AFTER_PROC} + sleep 2 #${SLEEP_SEC_AFTER_PROC} } export -f run_proc