From c5e63e4dd2562bc6aedb6b17c6821dbe58fa3ff6 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 8 Mar 2024 15:42:00 -0800 Subject: [PATCH] Create tempdir in download-log recipe (#3242) --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 28d95d2efc..8b590dac14 100644 --- a/justfile +++ b/justfile @@ -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: