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

fix cmd

parent 10224f67
Branches
Tags
No related merge requests found
...@@ -186,8 +186,8 @@ outpostConfig: |- ...@@ -186,8 +186,8 @@ outpostConfig: |-
elif notebook_type == "url" and notebook: elif notebook_type == "url" and notebook:
spawner.default_url = notebook spawner.default_url = notebook
if spawner.user_options["option"] in ["repo2docker", "custom"]: if spawner.user_options["option"] in ["repo2docker", "custom"]:
# spawner.cmd = ["/bin/sh", "-c"]
spawner.cmd = [ spawner.cmd = [
"bash", "-c",
''' '''
# Get the current jupyterhub-singleuser version # Get the current jupyterhub-singleuser version
version=$(jupyterhub-singleuser --version || echo "0.0.0") 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