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

Fix typo in checkmk script

parent 1bb9dd34
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ check_level_00() { ...@@ -37,7 +37,7 @@ check_level_00() {
} }
check_level_b1() { check_level_b1() {
cache_path="${base_cache_dir}/level_b1/version_b1/${data_file_suffix/ascii/nc}" cache_path="${base_cache_dir}/level_b1/version_00/${data_file_suffix/ascii/nc}"
if [ ! -f ${cache_path} ]; then if [ ! -f ${cache_path} ]; then
echo "2 \"AOSS_CEILO_ARCHIVE\" - CRITICAL NetCDF file doesn't exist | ${cache_path} " echo "2 \"AOSS_CEILO_ARCHIVE\" - CRITICAL NetCDF file doesn't exist | ${cache_path} "
exit 0 exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment