From b2b580fbd28dcd12a106693e513a8d2fe1266926 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 21:47:33 +0200 Subject: [PATCH] test --- autodeploy/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index a3bb50b..b0bd5e4 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -53,6 +53,9 @@ echo "pixi install" #chmod -R g=u .pixi echo "symlinking $PWD/.pixi/envs $PWD/../../envs" +ls "$PWD/.pixi/envs" +ls "$PWD/../" +ls "$PWD/../../" "$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" echo "setup.sh done"