Merge pull request #1259 from lyarwood/launch.sh
launch.sh: Check for a local websockify directory
This commit is contained in:
commit
df4b7515a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue