diff options
| -rwxr-xr-x | bin/svtree-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/svtree-compile b/bin/svtree-compile index 1b2d0d0..d937415 100755 --- a/bin/svtree-compile +++ b/bin/svtree-compile @@ -4,7 +4,7 @@ set -eu LIVE_DIR=${LIVE_DIR:-/run/s6-rc} STATE_DIR=${STATE_DIR:-/etc/s6-rc} SOURCE_DIR=${SOURCE_DIR:-/etc/s6-rc/src} -GENERATED_DIR=${SOURCE_DIR:-/run/svtree-generated} +GENERATED_DIR=${GENERATED_DIR:-/run/svtree-generated} new_dir="$STATE_DIR"/"_$(date +%s)" |