From c20ead37375ea669c9bfe14b447f6ce30230b6bd Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 12 Apr 2025 22:22:10 +0200 Subject: [PATCH] use symlink utility --- autodeploy/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index d8be212..23d236f 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -25,8 +25,8 @@ chmod +x ./pixi chmod -R g+rw .pixi -rm $PWD/../../envs -ln -s $PWD/.pixi/envs $PWD/../../ +"$SCRIPT_PATH/symlink.sh" "$PWD/.pixi/envs" "$PWD/../../" + #git config user.name "GFA AutoDeploy" #git config user.email "gfa-autodeploy@psi.ch"