Skip to content

Commit 138ea0f

Browse files
committed
fix(unionvisor): cd
1 parent 9ad254f commit 138ea0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unionvisor/unionvisor.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@
270270
export UNIONVISOR_ROOT="${cfg.root}"
271271
export HOME="${cfg.home}"
272272
273+
cd "${cfg.root}"
274+
273275
pwd
274276
rm ./home/config/${l.name}
275277
ln -s ${l.path} ./home/config/${l.name}

0 commit comments

Comments
 (0)