From 2dd6c4473ec8a026af47744cf507ae4ad547c7bf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Mar 2025 16:46:54 -0300 Subject: bin/live: Include "live/" in $DIR prefix --- bin/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/live') diff --git a/bin/live b/bin/live index 4320f7d..afe2623 100755 --- a/bin/live +++ b/bin/live @@ -1,7 +1,7 @@ #!/bin/sh set -eu -DIR="data/$(timestamp)"/"$(now)" +DIR="live/data/$(timestamp)"/"$(now)" mkdir -p "$DIR" cd "$DIR" -- cgit v1.2.3