diff options
Diffstat (limited to 'bin/svtree-run')
| -rwxr-xr-x | bin/svtree-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/svtree-run b/bin/svtree-run index 9424f39..521a2bc 100755 --- a/bin/svtree-run +++ b/bin/svtree-run @@ -6,7 +6,7 @@ importas -D "/run" -S XDG_RUNTIME_DIR envfile -I /opt/svtree/dirs.conf # compile s6-rc db -foreground { s6-rc-recompile } +foreground { /opt/svtree/bin/svtree-compile } # check that we have the db if { eltest -e ${COMPILED_DIR} } |