about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/svtree-init2
-rwxr-xr-xbin/svtree-run2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/svtree-init b/bin/svtree-init
index 65d3fa2..74e6bf9 100755
--- a/bin/svtree-init
+++ b/bin/svtree-init
@@ -3,6 +3,6 @@
 importas -iS HOME
 importas -iS XDG_RUNTIME_DIR
 
-envfile -I ../dirs.conf
+envfile -I /opt/svtree/dirs.conf
 
 exec s6-rc-recompile
diff --git a/bin/svtree-run b/bin/svtree-run
index b5121cc..72f47b0 100755
--- a/bin/svtree-run
+++ b/bin/svtree-run
@@ -3,7 +3,7 @@
 importas -iS HOME
 importas -iS XDG_RUNTIME_DIR
 
-envfile -I ../dirs.conf
+envfile -I /opt/svtree/dirs.conf
 
 # compiled (setup by init script)
 if { eltest -e ${COMPILED_DIR} }