From fb03c76526b3df5d1f17e0a547b25bf71109f4df Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 22:38:33 +0200 Subject: [PATCH] test --- autodeploy/setup.sh | 4 +--- autodeploy/symlink.sh | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) 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")