Skip to content

Commit

Permalink
more symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Mar 13, 2022
1 parent 253800e commit 8e25480
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions do-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ rm -f eht-met-plots/latest/lindy_00.png
(cd eht-met-plots/latest/ && ln -s lindy_00_$LATEST_TIME.png lindy_00.png)
rm -f eht-met-plots/latest/lindy_00e.png
(cd eht-met-plots/latest/ && ln -s lindy_00e_$LATEST_TIME.png lindy_00e.png)
rm -f eht-met-plots/latest/lindy_00w.png
(cd eht-met-plots/latest/ && ln -s lindy_00w_$LATEST_TIME.png lindy_00w.png)
rm -f eht-met-plots/latest/lindy_00wg.png
(cd eht-met-plots/latest/ && ln -s lindy_00wg_$LATEST_TIME.png lindy_00wg.png)

# this is eht-work ... the homedirs are mounted using NFS so this rsync can be
# done to any eht cloud server
Expand Down

0 comments on commit 8e25480

Please sign in to comment.