diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 71640eb..aadf395 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -56,9 +56,7 @@ echo "symlinking $PWD/.pixi/envs $PWD/../../envs" ls -la "$PWD/.pixi/envs" ls -la "$PWD/../" ls -la "$PWD/../../" -#"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" -rm "$PWD/../../envs" -#ln -s "$PWD/.pixi/envs" "$PWD/../../envs" +"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../envs" echo "setup.sh done" diff --git a/autodeploy/symlink.sh b/autodeploy/symlink.sh index ef0553f..cea50e5 100755 --- a/autodeploy/symlink.sh +++ b/autodeploy/symlink.sh @@ -8,6 +8,7 @@ function symlink() { local link="$2" local arrow="$link -> $target" + echo "Creating symlink ($arrow) ..." local current_target current_target=$(readlink "$link")