mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix: remove pipefail from standard shell options (#3269)
This isn't well-supported by every POSIX shell anyways.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eux pipefail
|
||||
set -eux
|
||||
# Sleep for a good long while before exiting.
|
||||
# This is to allow folks to exec into a failed workspace and poke around to
|
||||
# troubleshoot.
|
||||
|
Reference in New Issue
Block a user