Skip to content
Snippets Groups Projects
Unverified Commit 45f203a7 authored by David Hoese's avatar David Hoese
Browse files

Fix date usage in metobs_config.sh

parent 98cf7a30
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ oops() { ...@@ -24,7 +24,7 @@ oops() {
} }
day_before() { day_before() {
date %Y%m%d --date "$1 -1 day" date +%Y%m%d --date "$1 -1 day" || oops "Could not get day before"
} }
work_dir() { work_dir() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment