Skip to content

Commit c496be6

Browse files
Support running IDE config on Jupyter Server
1 parent 2d3e245 commit c496be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sagemaker_ssh_helper/sm-ssh-ide

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,9 @@ elif [[ "$1" == "stop" ]]; then
269269
echo "sm-ssh-ide: Stopping VNC server"
270270
vncserver -kill :1 || echo "sm-ssh-ide: VNC server already stopped?"
271271

272-
# Wait dbus to shop
272+
# Wait dbus to stop and terminate manually, if it didn't
273273
sleep 5
274+
pkill -f dbus-daemon || :
274275

275276
pkill -e Xtigervnc || :
276277
pkill -e Xtightvnc || :

0 commit comments

Comments
 (0)