mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 00:49:38 +00:00
Merge pull request #1259 from lyarwood/launch.sh
launch.sh: Check for a local websockify directory
This commit is contained in:
@@ -128,7 +128,7 @@ if [ -n "${KEY}" ]; then
|
||||
fi
|
||||
|
||||
# try to find websockify (prefer local, try global, then download local)
|
||||
if [[ -e ${HERE}/websockify ]]; then
|
||||
if [[ -d ${HERE}/websockify ]]; then
|
||||
WEBSOCKIFY=${HERE}/websockify/run
|
||||
|
||||
if [[ ! -x $WEBSOCKIFY ]]; then
|
||||
|
||||
Reference in New Issue
Block a user