Files
docker-jupyterhub/spawnerdockerfile/start-singleuser.sh
2023-12-26 22:36:39 +08:00

6 lines
158 B
Bash
Executable File

#!/bin/bash
# Shim to emit warning and call start-singleuser.py
echo "WARNING: Use start-singleuser.py instead"
exec /usr/local/bin/start-singleuser.py "$@"