Skip to content
Snippets Groups Projects
Verified Commit 95a1616b authored by David Hoese's avatar David Hoese
Browse files

Fix checkmk script typos

parent 8e3367fe
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ base_raw_dir="/data1/raw/aoss/ceilo"
now_seconds=$(date +%s)
if [ $now_seconds -lt $threshold_seconds ]; then
# we're just after midnight, check yesterday's directory
date_dir=$(date -d yesterday %Y/%m/%d)
date_dir=$(date -d yesterday +%Y/%m/%d)
else
date_dir=$(date +%Y/%m/%d)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment