Skip to content

Fix install.sh aborting due to early SIGPIPE - #159

Merged
nilslice merged 1 commit into
extism:mainfrom
arter97:main
Jul 6, 2026
Merged

Fix install.sh aborting due to early SIGPIPE#159
nilslice merged 1 commit into
extism:mainfrom
arter97:main

Conversation

@arter97

@arter97 arter97 commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

grep -m 1 can cause early exit to echo with SIGPIPE upon the first match. With set -e, this causes the entire script to fail.

Feed "$response" to grep directly.

grep -m 1 can cause early exit to echo with SIGPIPE upon the first
match. With `set -e`, this causes the entire script to fail.

Feed "$response" to grep directly.

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
arter97 added a commit to arter97/immich-native that referenced this pull request Jul 4, 2026
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
@nilslice

nilslice commented Jul 6, 2026

Copy link
Copy Markdown
Member

Thanks!

@nilslice
nilslice merged commit e99eaad into extism:main Jul 6, 2026
3 checks passed
arter97 added a commit to arter97/immich-native that referenced this pull request Jul 6, 2026
This reverts commit 0a61220.

Merged upstream.

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants