From 83d53747e919a24b48c7e72ff54aa6930ac46ea2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Mar 2025 18:31:55 -0300 Subject: bin/: Fix fallback for $LIVEDIR --- bin/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/live') diff --git a/bin/live b/bin/live index 7b3caa8..d5de100 100755 --- a/bin/live +++ b/bin/live @@ -1,7 +1,7 @@ #!/bin/sh set -eu -cd "${LIVEDIR:~/Public/live}" +cd "${LIVEDIR:-$HOME/Public/live}" DIR="data/$(timestamp)"/"$(now)" mkdir -p "$DIR" cd "$DIR" -- cgit v1.2.3