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 2a719cd commit 91a3ceaCopy full SHA for 91a3cea
resources/scripts/start-vnc-server.sh
@@ -42,7 +42,7 @@ trap "kill_app" SIGINT SIGTERM EXIT
42
43
#cleanup tmp from previous run
44
# run vncserver kill in background
45
-vncserver -kill $DISPLAY &
+/usr/libexec/vncserver -kill $DISPLAY &
46
rm -rfv /tmp/.X*-lock /tmp/.x*-lock /tmp/.X11-unix
47
# Delete existing logs
48
find $HOME/.vnc/ -name '*.log' -delete
0 commit comments