Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossCeilo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossCeilo
Commits
95a1616b
Verified
Commit
95a1616b
authored
Jul 30, 2024
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix checkmk script typos
parent
8e3367fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
checkmk/check_aoss_ceilo_archive.sh
+2
-2
2 additions, 2 deletions
checkmk/check_aoss_ceilo_archive.sh
with
2 additions
and
2 deletions
checkmk/check_aoss_ceilo_archive.sh
+
2
−
2
View file @
95a1616b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment