97d2b09a63cfec9a5006bd2223a1125765641ae9
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.
Description
UniDesk controlled mirror for pikasTech/unidesk
Languages
TypeScript
89.7%
Rust
3.6%
JavaScript
3.1%
CSS
1.5%
Python
1.3%
Other
0.8%