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

Fix level b1 generation by fixing pathname of raw tower ascii file

parent ac11b0cd
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ cache_level_00_file() {
month=${d:4:2}
day=${d:6:2}
# echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii"
echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/rig_tower.${year}-${month}-${day}.ascii"
echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii"
}
cache_level_b1_file() {
......
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