Skip to content

Commit 91a3cea

Browse files
committed
Fix issue with vncserver command not found
1 parent 2a719cd commit 91a3cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/start-vnc-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ trap "kill_app" SIGINT SIGTERM EXIT
4242

4343
#cleanup tmp from previous run
4444
# run vncserver kill in background
45-
vncserver -kill $DISPLAY &
45+
/usr/libexec/vncserver -kill $DISPLAY &
4646
rm -rfv /tmp/.X*-lock /tmp/.x*-lock /tmp/.X11-unix
4747
# Delete existing logs
4848
find $HOME/.vnc/ -name '*.log' -delete

0 commit comments

Comments
 (0)