Skip to content
Snippets Groups Projects
Commit 4b899ff8 authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 0d1ad9d1
No related branches found
No related tags found
No related merge requests found
Pipeline #36731 passed
......@@ -333,7 +333,7 @@ class MySpawner(KubeSpawner):
'command': [
'sh',
'-c',
'mkdir -p /home/jovyan/Desktop && cp /home/jovyan/shared/.software/desktopInit.desktop /home/jovyan/Desktop/ && source /home/jovyan/shared/.software/desktop.sh || true'
'mkdir -p /home/jovyan/Desktop && cp /home/jovyan/shared/.software/desktopInit.desktop /home/jovyan/Desktop/ || true'
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment