From e7b476c7eec5a8ddd586e9284835133228e94019 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Mar 2025 18:02:20 -0300 Subject: bin/live: Store data in subdirectory --- bin/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/live b/bin/live index 47342ce..7b3caa8 100755 --- a/bin/live +++ b/bin/live @@ -2,7 +2,7 @@ set -eu cd "${LIVEDIR:~/Public/live}" -DIR="$(timestamp)"/"$(now)" +DIR="data/$(timestamp)"/"$(now)" mkdir -p "$DIR" cd "$DIR" -- cgit v1.2.3