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-06-07 10:52:08 +00:00
2026-06-07 10:52:08 +00:00
2026-05-18 10:31:43 +00:00
2026-05-18 10:31:43 +00:00
2026-06-07 02:02:38 +00:00
S
Description
UniDesk controlled mirror for pikasTech/unidesk
18 MiB
Languages
TypeScript 89.7%
Rust 3.6%
JavaScript 3.1%
CSS 1.5%
Python 1.3%
Other 0.8%