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

Change file patterns for quicklooks so patterns are expanded

parent d484cf9b
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ fi ...@@ -59,7 +59,7 @@ fi
fi fi
log_info "Moving Level B1 quicklooks from temp directory to cache" log_info "Moving Level B1 quicklooks from temp directory to cache"
$ENV/bin/python -m metobscommon.archive.incoming -vv -l $logfile --dates=${DATE} b1 aoss.tower "$tmp_dir/aoss_tower.*.png" || oops "Quicklook archive failed" $ENV/bin/python -m metobscommon.archive.incoming -vv -l $logfile --dates=${DATE} b1 aoss.tower $tmp_dir/aoss_tower.*.png || oops "Quicklook archive failed"
# Delete the working directory # Delete the working directory
rm -rf $tmp_dir || oops "Could not delete working directory: $tmp_dir" rm -rf $tmp_dir || oops "Could not delete working directory: $tmp_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