From d85caedf8b8f30e9b25ed26efe044195fbbfb32c Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Thu, 17 Jul 2025 18:30:32 +0000 Subject: [PATCH] updated with passing of the cmd arguments --- services/jupyterhub/conf/bin/start-platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jupyterhub/conf/bin/start-platform.sh b/services/jupyterhub/conf/bin/start-platform.sh index 01e0b22..5c2cf23 100755 --- a/services/jupyterhub/conf/bin/start-platform.sh +++ b/services/jupyterhub/conf/bin/start-platform.sh @@ -9,7 +9,7 @@ for file in $START_PLATFORM_DIR/*; do done # run jupyterhub, env params are configured in Dockerfile and docker-compose yml -jupyterhub -f /srv/jupyterhub/jupyterhub_config.py +jupyterhub -f /srv/jupyterhub/jupyterhub_config.py $@ # EOF