diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index b0bd5e4..aadf395 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -53,9 +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/../../" +ls -la "$PWD/.pixi/envs" +ls -la "$PWD/../" +ls -la "$PWD/../../" "$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" echo "setup.sh done"