Skip to content
Snippets Groups Projects
Commit 6c4b95dd authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix cmd

parent 10224f67
Branches
No related tags found
No related merge requests found
......@@ -186,8 +186,8 @@ outpostConfig: |-
elif notebook_type == "url" and notebook:
spawner.default_url = notebook
if spawner.user_options["option"] in ["repo2docker", "custom"]:
# spawner.cmd = ["/bin/sh", "-c"]
spawner.cmd = [
"bash", "-c",
'''
# Get the current jupyterhub-singleuser version
version=$(jupyterhub-singleuser --version || echo "0.0.0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment