Files
pikasTech-unidesk/scripts
Codex 97d2b09a63 fix(cli): change sh to bash in dockerCoreFetchCommand/dockerCoreJson
Both functions use 'set -euo pipefail' in the script passed to
'docker exec ... sh -lc', but /bin/sh on Debian (dash) does not support
-o pipefail, causing all microservice proxy and e2e API calls to fail
with 'sh: 1: set: Illegal option -o pipefail'.

Fix: use bash instead of sh, since bash is available in the container.
2026-06-08 00:56:39 +00:00
..
2026-05-23 16:21:45 +00:00
2026-05-29 23:34:17 +00:00
2026-05-17 06:03:16 +00:00