diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index aadf395..33d9952 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -52,13 +52,9 @@ echo "pixi install" #echo "copy permissions from owner to owner group" #chmod -R g=u .pixi -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" -echo "setup.sh done" +echo "setup.sh done 🚀" # git add .gitattributes .gitignore pixi.lock pixi.toml diff --git a/autodeploy/symlink.sh b/autodeploy/symlink.sh index 5b4db55..a556134 100755 --- a/autodeploy/symlink.sh +++ b/autodeploy/symlink.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -xeuo pipefail +set -euo pipefail function symlink() {