jupyterhub / jupyterhub/batchspawner
Standardize script templates to use `/bin/sh`
Open
enhancement
- Dominant language
- Python
- Stars
- 207
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Current spawner classes are inconsistent about using `/bin/sh` vs `/bin/bash` as the script interpreter.
Would recommend standardizing them to use `/bin/sh` since that is guaranteed to be present, and check other spawner scripts to remove bashisms.
Contributor guide
Assessment
This issue has not been assessed yet.