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

Fix legacy ascii directory file soft links to be relative

parent 668cd2e3
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ fi
link_fn="$TOWER_CACHE_DIR/ascii/${year}/${month}/rig_tower.${year}-${month}-${day}.ascii"
if [ ! -e $link_fn ]; then
mkdir -p $TOWER_CACHE_DIR/ascii/${year}/${month}/
ln -s "$TOWER_PRAW_DIR/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii" ${link_fn}
ln -s "../../../../../../raw/aoss/tower/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii" ${link_fn}
fi
log_info "Done"
......
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