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"