jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Standardize script templates to use `/bin/sh` #188

Open mbmilligan opened 4 years ago

mbmilligan commented 4 years ago

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.