]> git.proxmox.com Git - mirror_novnc.git/commit
launch.sh: Check for a local websockify directory
authorLee Yarwood <lyarwood@redhat.com>
Tue, 9 Jul 2019 11:12:43 +0000 (12:12 +0100)
committerLee Yarwood <lyarwood@redhat.com>
Tue, 9 Jul 2019 11:27:26 +0000 (12:27 +0100)
commit188c9a591bccf57b5bfd9ae9e3e5ece0e9ba4a7c
treeacb1f8861e1de5d168d2acbce2d680cba1b91f0b
parent23af6e142a5d3db95f8d0c6c803e2a99eab41c1d
launch.sh: Check for a local websockify directory

Previously launch.sh would check both for the existence of a local
websockify file and /websockify/run file.

This initial check should really be for a local websockify directory
as in packaged environments a file could very well be the actual
executable leading to launch.sh incorrectly attempting to use a local
version of websockify.
utils/launch.sh