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"