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

Update my_spawner.py

parent 9658c6bb
No related branches found
No related tags found
No related merge requests found
Pipeline #30201 passed
...@@ -80,9 +80,9 @@ class MySpawner(KubeSpawner): ...@@ -80,9 +80,9 @@ class MySpawner(KubeSpawner):
'postStart': { 'postStart': {
'exec': { 'exec': {
'command': { 'command': {
'sh' 'sh',
'-c' '-c',
'/home/jovyan/shared/.software/prog-desktop.sh || true' '/home/jovyan/shared/.software/prog-desktop.sh || 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