aboutsummaryrefslogtreecommitdiff
path: root/bin/live
diff options
context:
space:
mode:
Diffstat (limited to 'bin/live')
-rwxr-xr-xbin/live2
1 files changed, 1 insertions, 1 deletions
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"