Loading src/nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works # Verify path_to_manifest directory exists if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 Loading Loading
src/nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ pixi_launch() { path_to_manifest="${PIXI_PREFIX%/}/${PIXI_ENV}" # Verify path_to_manifest works # Verify path_to_manifest directory exists if [ ! -d "${path_to_manifest}" ]; then echo "No pixi environment found at ${path_to_manifest}" exit 1 Loading