Skip to content

Commit

Permalink
Create tempdir in download-log recipe (#3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 8, 2024
1 parent 1dd26f0 commit c5e63e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ update-modern-normalize:

download-log unit='ord' host='alpha.ordinals.net':
ssh root@{{host}} 'mkdir -p tmp && journalctl -u {{unit}} > tmp/{{unit}}.log'
mkdir -p tmp/{{unit}}
rsync --progress --compress root@{{host}}:tmp/{{unit}}.log tmp/{{unit}}.log

graph log:
Expand Down

0 comments on commit c5e63e4

Please sign in to comment.