We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3e245 commit c496be6Copy full SHA for c496be6
sagemaker_ssh_helper/sm-ssh-ide
@@ -269,8 +269,9 @@ elif [[ "$1" == "stop" ]]; then
269
echo "sm-ssh-ide: Stopping VNC server"
270
vncserver -kill :1 || echo "sm-ssh-ide: VNC server already stopped?"
271
272
- # Wait dbus to shop
+ # Wait dbus to stop and terminate manually, if it didn't
273
sleep 5
274
+ pkill -f dbus-daemon || :
275
276
pkill -e Xtigervnc || :
277
pkill -e Xtightvnc || :
0 commit comments